Implements Evaluation Component of QuickSloth system
- python3
- Complex Network of Words
- NLP
- Structural Context
- Software engineer metrics
pip3 install -r requirements.txt
cd src/
export FLASK_APP=server.py
flask run --reload
(optional --host=AnyHostYouWant --port=AnyPortYouWant
)
FLASK_APP=server.py flask run --host=0.0.0.0 --port=10443
cd src; gunicorn -b 0.0.0.0:10443 --worker-class eventlet server:app