Skip to content

Deployed different ML models using flask on static webpages

Notifications You must be signed in to change notification settings

arun2728/BigFoot

Repository files navigation

BigFoot

Deployed different ML models using flask on static webpages...

Steps to run :

  1. Run app.py file using the following command - python3 app.py
  2. 'http://127.0.0.1:5000/' open the following link on your respective browser.

Explanation of folders :

  • static : Contains the images, fonts, css and js files
  • templates : Contain static html files
  • app.py : Python file containing flask and ML model code.

Additional feature of contact

User can write his/her query and send message to bigfoot. After sending the message user will get a verfication email from bigfoot and at the same time bigfoot will be notified by user details. 'bigfootmail.png' and 'client_mail.png' displays mail format for respective end.