Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 603 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 603 Bytes

Medetect

Installation

Install Python requirements

pip install -r requirements.txt

Install Node requirements

npm i

Models

Put models in the root folder and change path in the app.py

Folders

Make folder in static/assets/

static/assests

files/

uploads/

Run Flask Server

flask --app app.py --debug run

NOTE:

If flask server doesn't run properly, I recommend running the program in an anaconda environment. Install anaconda thru their docs