All Projects → amineHY → WebApp-Computer-Vision-streamlit

amineHY / WebApp-Computer-Vision-streamlit

Licence: other
Computer Vision application in the web

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to WebApp-Computer-Vision-streamlit

Yolo-to-COCO-format-converter
Yolo to COCO annotation format converter
Stars: ✭ 176 (+402.86%)
Mutual labels:  yolo
DarkPlate
License plate parsing using Darknet and YOLO
Stars: ✭ 36 (+2.86%)
Mutual labels:  yolo
vehicle-rear
Vehicle-Rear: A New Dataset to Explore Feature Fusion For Vehicle Identification Using Convolutional Neural Networks
Stars: ✭ 99 (+182.86%)
Mutual labels:  yolo
darknet-nnpack
Darknet with NNPACK
Stars: ✭ 302 (+762.86%)
Mutual labels:  yolo
tennis-tracking
Open-source Monocular Python HawkEye for Tennis
Stars: ✭ 202 (+477.14%)
Mutual labels:  yolo
YOLOV2-Tensorflow-2.0
Just another YOLO V2 implementation. Train your own dataset in a jupyter notebook!
Stars: ✭ 46 (+31.43%)
Mutual labels:  yolo
CNN-models
YOLO-v2, ResNet-32, GoogLeNet-lite
Stars: ✭ 32 (-8.57%)
Mutual labels:  yolo
reason-cookie
A simple way to use cookies in Reason (OCaml) on the frontend. 🍪
Stars: ✭ 18 (-48.57%)
Mutual labels:  yolo
project-code-py
Leetcode using AI
Stars: ✭ 100 (+185.71%)
Mutual labels:  streamlit
Vehicle-Detection
Vehicle Detection Using Deep Learning and YOLO Algorithm
Stars: ✭ 96 (+174.29%)
Mutual labels:  yolo
yolor
implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
Stars: ✭ 1,867 (+5234.29%)
Mutual labels:  yolo
streamlit-project
This repository provides a simple deployment-ready project layout for a Streamlit app. Simply swap out the code in `app.py` for your own and hit deploy!
Stars: ✭ 33 (-5.71%)
Mutual labels:  streamlit
ofxOpenCvDnnObjectDetection
OpenCV based DNN Object Detection Library for Openframeworks
Stars: ✭ 34 (-2.86%)
Mutual labels:  yolo
DeepParking
Find vacant parking spots in indoor and outdoor locations
Stars: ✭ 41 (+17.14%)
Mutual labels:  yolo
darknet
php ffi darknet
Stars: ✭ 21 (-40%)
Mutual labels:  yolo
instance-segmentation
No description or website provided.
Stars: ✭ 40 (+14.29%)
Mutual labels:  yolo
ezancestry
Easy genetic ancestry predictions in Python
Stars: ✭ 38 (+8.57%)
Mutual labels:  streamlit
Hand Written
HandWritten is a streamlit application that converts a digital text document to a handwritten document
Stars: ✭ 17 (-51.43%)
Mutual labels:  streamlit
OpenCV-Flask
🐛 🐛 Opencv视频流传输到网页浏览器并做目标检测 🐛 🐛
Stars: ✭ 35 (+0%)
Mutual labels:  yolo
vqgan-clip-app
Local image generation using VQGAN-CLIP or CLIP guided diffusion
Stars: ✭ 94 (+168.57%)
Mutual labels:  streamlit

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].