Nucleus is the AI engine of FoodStreet. The scope of this repository is to provide an API interface for recommendations, forecasting, analytics etc.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Requires python 3.x.x
.
- First create a
python
virtual environment using anaconda/miniconda or virtualenv - Install the required packages from
requirements.txt
by runningpip install -r requirements.txt
The setup also requires downloading data corpuses. Run the following commands after installing all the packages from requirements.txt
.
python -m nltk download 'punkt'
python -m nltk download 'stopwords'
To run your development server, first activate the virtual environment and then execute python run.py
- Chinni Chaitanya - @chinnichaitanya
- Anudeep Ramisetty - @anudeeprAI
README
inspired from https://gist.github.com/PurpleBooth/109311bb0361f32d87a2