Skip to content

App which uses AI, Computer Vision and LLM to help you do tasks, suggest recipes, get info about an object and much more, Online! Amazing Python project for vision ai. Just upload a picture of something around you. and ask the integrated chatbot anything about it whether it be recipe ideas or How-to stuff or anything!

Notifications You must be signed in to change notification settings

shaikamirgh/cam_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-example

YOLO model deployment using Streamlit

☕ Read code explanations on medium blog here.

This project use official YOLO pretrained weights from COCO dataset, change pretrained weights with your created model based on your dataset.

Tested on:

  • yolov7 detection ✅
  • yolov7 segmentation ✅

Future test (Should be ok because it's use same approach):

  • yolov5 detection ☑️
  • yolov5 segmentation ☑️
  • yolov8 detection ☑️
  • yolov8 segmentation ☑️

⚠️ Just use what you need!

  • Object detection: app.py and /runs/detect/yolov7.pt
  • Object segmentation: app-segment.py and /runs/sement/yolov7-seg.pt

*delete unused files and pretrained model before uploading source folder to your github repo

⚠️ YOLO versions other than 5 (Ultralytics), 7 (WongKinLiu), 8 (Ultralytics) or those using a different approach require additional changes.

About

App which uses AI, Computer Vision and LLM to help you do tasks, suggest recipes, get info about an object and much more, Online! Amazing Python project for vision ai. Just upload a picture of something around you. and ask the integrated chatbot anything about it whether it be recipe ideas or How-to stuff or anything!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages