- 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
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
This is an open source project, so you can contribute to this project by creating an issue than a pull request.