WebApp-Computer-Vision-streamlit icon indicating copy to clipboard operation
WebApp-Computer-Vision-streamlit copied to clipboard

Computer Vision application in the web

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

=> www.inveesion.com

Want to contribute ?

This is an open source project, so you can contribute to this project by creating an issue than a pull request.