Skip to content

IIvexII/Leafotev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leafotev 🍃

The leafotev project is an application built to help users identify plant diseases and pests. This project have two parts, the first part is the backend server that is built using FastAPI and the second part is the frontend that is built using Tkinter which is for the end user to interact with the application.

Setup Backend Server 🚀(For Devs)

Backend server is where the machine learning model is hosted and where the frontend will send the images to be processed. This needs to be running for the frontend to work.

Install dependencies

pip install -r requirements.txt

Run the Backend

uvicorn --app-dir .\API\ main:app --reload

Setup Frontend 🚀(For End-Users)

There is no need to install anything for the frontend, just run the leafotev.exe file and the application will start.

Snapshots of User Application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks