Skip to content

codecult-org/leaf-disease-detection-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaf Disease Detection Backend

Create python environment named .env (as .env is added to .gitignore)

python3 -m venv .env

Activate the environment

source .env/bin/activate

Install the required packages

pip install -r requirements.txt

Run the server

python3 -m flask --app app.py run

if changes are made to the requirements.txt file, run the following command to update the packages then push

pip freeze > requirements.txt

Docker Image: docker pull sankhadiproy/leaf:latest

Releases

No releases published

Packages

No packages published