Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 576 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 576 Bytes

Initial Setup

When setting up the project initially, run

pip install --upgrade pip
virtualenv meta-pyenv
source meta-pyenv/bin/activate
pip install -r requirements.txt

Make sure you run the source command before working with this project. Alternatively, you can add it to your ~/.bashrc.

To leave the virtual environment, simply close your terminal or type deactivate.

Running the servers

To run the search engine server,

python search_server.py config.toml

To run the NLP demo server,

python nlp_server.py config.toml