Computer Vision application in the web
Preview
Usage
- Clone this repo
git clone https://github.com/amineHY/WebApp-Computer-Vision-streamlit.git cd WebApp-Computer-Vision-streamlit
- Install dependencies
pip3 install -r requirements.txt
- Run the app on your local machine
streamlit run main.py
Run inside Docker
Pull the docker-streamlit-app image (available in Github)
dockr pull aminehy/docker-streamlit-app:latest
then run with
docker run -ti --rm -v $(pwd):/app aminehy/docker-streamlit-app:latest
Video supports
Want to contribute ?
This is an open source project, so you can contribute to this project by creating an issue than a pull request.