Skip to content
/ AfdWeb Public
forked from AnkaiJie/AfdWeb

Website for Academic Fraud Detector Tool

Notifications You must be signed in to change notification settings

da-/AfdWeb

 
 

Repository files navigation

To run locally

  1. Use Python 3
  2. Go into project directory
  3. Install the required python libraries either globally or on a python virtualenv - celery[redis], flask, pymysql, pandas, numpy, and requests
  4. Start up celery with the command "celery -A .tasks worker -l info --concurrency=10" , or use any other viable configuration variable
  5. Run "python app.py" to start on localhost

About

Website for Academic Fraud Detector Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.3%
  • HTML 7.1%
  • CSS 5.4%
  • Shell 0.2%