Go to file
Netkas 6fe9db777d Rewrote replacer method 2021-01-10 23:29:30 -05:00
.idea Minor Corrrection 2021-01-10 23:16:06 -05:00
Docker Updated Docker 2021-01-08 23:47:25 -05:00
alg Updated alg 2020-12-25 16:10:55 -05:00
dltc Minor correction 2020-12-25 20:30:37 -05:00
hyper_internal_service Added Hyper-Internal-Service 2020-12-25 15:14:57 -05:00
mods Added CoffeeHouse Mods 2020-12-25 14:24:45 -05:00
nlpfr Updated requirements 2020-12-25 20:07:43 -05:00
resource_fetch Added missing dependency 2020-12-27 23:26:18 -05:00
services Rewrote replacer method 2021-01-10 23:29:30 -05:00
.gitignore Added CoreNLP 2021-01-08 21:43:33 -05:00
Dockerfile Updated Dockerfile 2021-01-08 22:26:25 -05:00
Makefile Updated Docker 2021-01-08 23:47:25 -05:00
README.md Updated Makefile 2021-01-08 22:24:32 -05:00

README.md

CoffeeHousePy

CoffeeHousePy is the full Python implementation for CoffeeHouse, and it's server components. The Makefile contains all the setup procedures used in order to install CoffeeHousePy, and it's components onto the machine.

Prepare the system

The system must have python3.6 installed, pip and gcc. To prepare the system run the following command, this is designed to run on Ubuntu 18.04

sudo make system_prep_python system_prep_pip system_prep_gcc

Install CoffeeHousePy

Depending on the hardware, the installation procedure may take a while. To install CoffeeHousePy run the following command

sudo -H make clean build install

Services

Once CoffeeHousePy is installed, you can start it's services indvidually.

make start_langdetect # Starts the language detection server, runs on port 5606
make start_spamdetect # Starts the spam detection server, runs on port 5601
make start_translate # Starts the translation server, runs on port 5603

Services Ports

Name Protocol Port
CoffeeHouse Language Detection HTTP 5606
CoffeeHouse Spam Detection HTTP 5601
CoffeeHouse Translate HTTP 5603
CoffeeHouse CoreNLP HTTP 5604