A web app that shows the use of pretrained caffemodel
- Demo
- Overview
- Directory Tree
- Installation
- To Do
- Bug / Feature Request
- Contribution
- Technologies Used
- Team
- Credits
A web Application developed via streamlit for object detection. It uses pretrained MobileNet caffee model.
├── images
├── README.md
├── activation.bat
├── app.py
├── requirements.txt
In above directory structure outputs folder is created only when images and videos is required by user. Facility for choosing this option is given at top of side-bar of application.
- Windows user can double click on activation.bat file to install required package
- Linux User type following command in commnand line a) First create a virtual environment
python3.7 -m virtualenv venv
b) Move to venv directory and activate environment
cd venv
. bin/activate
c) Clone this project
git clone https://github.com/pandeynandancse/object_detection_streamlit.git
d) Move into cloned directory
cd object_detection_streamlit
e) Now install all requirements
pip install -r requirements.txt
- After successfull installation windows user can directly open the link that will be appeared
- After successful installation open type
streamlit run app.py
and then open link
- Also add an option of video stream to detect .
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
If you'd like to do some contribution, feel free to do so by opening a pull request here. Please include sample queries and their corresponding results.
Nandan Pandey |