The dataset used in this is from Kaggle(https://www.kaggle.com/datasets/kritikseth/fruit-and-vegetable-image-recognition)
Usage:- Clone my repository.
Open CMD in the working directory.
You can just run the following command.
pip install -r requirements.txt
Fruits_Vegetable_Classification.py is the main Python file of Streamlit Web-Application.
Write the following command in CMD. or use any IDE to run the app.
streamlit run fruitandveg.py
