Skip to content

MrBlueHere/ThresholdTopKPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThresholdTopK

Implementation of Threshold Top-k algorithm in python

Dependencies

Run with python version 3.6 and higher

Libraries and frameworks

  • pandas
  • Flask
  • matplotlib

How to run

Set up a virtual environment: https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/

Install dependencies:

  • pip install pandas or pip3 install pandas
  • pip install Flask or pip3 install Flask
  • pip install matplotlib or pip3 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.

Report and experiments

See more comprehensive report here

References

About

Implementation of Threshold Top-k algorithm in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published