Skip to content

rajat1994/WebApp-for-breast-cancer-detection

Repository files navigation

WebApp-for-breast-cancer-detection

Requirements

  • Python >=2.7 or >=3.4
  • TensorFlow >= 1.0.0
  • Flask
  • Heroku

How to run

  • $ pip install -r requirements.txt
  • $ gunicorn controller:app --log-file=-

Deploy to Heroku

  • $ heroku apps:create [NAME]
  • $ git add .
  • $ git commit -m "first commit"
  • $ git push heroku master

or Heroku Button

Deploy