zcczhang / mimic-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiMIC Template

static folder contains all the CSS and images
template folder contains all the HTML pages
api.py file contains all the route to HTML pages and python scripts
Note: if you want don't know much about FLASK and webapp, go through : https://medium.com/@pemagrg/build-a-web-app-using-pythons-flask-for-beginners-f28315256893
summary.py is our current algorithm implementation

To Execute

  1. install requirements first: pip install -r /path/to/requirements.txt(where path/to/ is the absolute path for your downloaded project)
  2. run api.py (in Pycharm for instance)
  3. open the url that it gives you after you run the code

Or:

After installing all requirements, open the terminal run

cd <path/to/your/project>

where path/to/ is the absolute path for your downloaded project

Then run python api.py

Example:

 cd /Users/charleszhang/Desktop/NLP-Flask-Website

About


Languages

Language:CSS 34.6%Language:SCSS 20.8%Language:HTML 20.7%Language:JavaScript 15.4%Language:Python 8.6%