Implementation of Threshold Top-k algorithm in python
Run with python version 3.6 and higher
Libraries and frameworks
- pandas
- Flask
- matplotlib
Set up a virtual environment: https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
Install dependencies:
pip install pandas
orpip3 install pandas
pip install Flask
orpip3 install Flask
pip install matplotlib
orpip3 install matplotlib
for chart generation (not needed for running the app)
After installation run: python main.py
or python3 main.py
Web server should listen at 127.0.0.1:5000.
See more comprehensive report here