This project utilizes YOLOv11n for detecting and counting vegtables and fruits in an image or a video streams. It processes the video to identify and count the number of items in each frame, alerting the user via Telegram if the tomato count drops below 5 for more than 5 seconds. The project is designed to handle real-time video input and provide continuous monitoring of the detected object, sending notifications when needed.
git clone https://github.com/Utkarsh251106/Smart-Inventoryconda create -n venv python=3.12.7 -y
conda activate venvpip install -r requirements.txtFollow this path to get the model -> model/best.pt
To run the code
# Start the Jupyter Notebook environment using the command
jupyter notebookTo run the code
# Start the Jupyter Notebook environment using the command
streamlit run app.py