Welcome to the Object Detection Web App! This project utilizes deep learning models to detect objects in images and videos, providing a user-friendly interface for real-time detection.
- Web-based object detection
- Supports multiple object categories
- User-friendly interface
- Live camera and image upload support
- Fast and efficient inference
Ensure you have the following dependencies installed to run the project locally:
pip install streamlit opencv-python numpy torch torchvision requests
- Streamlit (Python-based UI framework)
- HTML, CSS, JavaScript (for additional customization)
- Streamlit (for hosting and UI rendering)
- OpenCV for image processing
- PyTorch and Torchvision for model inference
- Clone the repository:
git clone https://github.com/DIVY-GUPTA/Object-Detection.git cd Object-Detection
- Install dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run app.py
- Open the provided local URL in your browser.
Contributions are welcome! Feel free to open issues and submit pull requests.
This project is licensed under the MIT License.
Developed by Divy Gupta 🚀