Project which implements Naive Bayes Classification to personalize hacker news
- Python 3.7+
- Bottle
- SQLite
- Clone or download repository
- Setup environment
python setup.py
- Edit
config.py
if you need (set logging lever or hackernews url, you can change host and port here) - Run
python run.py
If you want to execute tests:
- cd
app/tests
- run
python -m pytest