IIvexII / Leafotev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 94.2%Language:PureBasic 5.2%Language:Python 0.6%