项目作者: amineHY

项目描述 :
Computer Vision application in the web
高级语言: Python
项目地址: git://github.com/amineHY/WebApp-Computer-Vision-streamlit.git


Computer Vision application in the web

Preview

Usage

  • Clone this repo

    1. git clone https://github.com/amineHY/WebApp-Computer-Vision-streamlit.git
    2. cd WebApp-Computer-Vision-streamlit
  • Install dependencies
    1. pip3 install -r requirements.txt
  • Run the app on your local machine
    1. streamlit run main.py

    Run inside Docker

    Pull the docker-streamlit-app image (available in Github)
    1. dockr pull aminehy/docker-streamlit-app:latest
    then run with
    1. 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.