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.
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.
pip install -r requirements.txt
uvicorn --app-dir .\API\ main:app --reload
There is no need to install anything for the frontend, just run the leafotev.exe
file and the application will start.