Clone this repo
git clone https://github.com/amineHY/WebApp-Computer-Vision-streamlit.git
cd WebApp-Computer-Vision-streamlit
pip3 install -r requirements.txt
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.