(Developing ML Pipeline)
Welcome to my project! This repository contains the source code and documentation
To get started with this project, follow these steps:
- Clone the repository to your local machine.
https://github.com/aku221b/Leaf_disease_detection.git
- run the following command to install frontend dependecies in the root folder
npm install
- Initiate a new conda environment with python version 3.10 and install all the necessary python libraries
- run merger.py file in Backend folder to initiate the backend server
python merger.py
- Now to initate the dev server run
npm start