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-Inventory
conda create -n venv python=3.12.7 -y
conda activate venv
pip install -r requirements.txt
Follow this path to get the model -> model/best.pt
To run the code
# Start the Jupyter Notebook environment using the command
jupyter notebook
To run the code
# Start the Jupyter Notebook environment using the command
streamlit run app.py