Skip to content

FurkanC4/AI-Advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

In this project, an agricultural assistant was made with special modeling made with flask, openai api key, OpenCV and YOLO. Thanks to the special model I made on strawberries, it can determine whether the strawberry is ripe or not and download it to your phone or computer. It also allows farmers to ask questions with the chatbot part. I shared the YOLO 8 model and my own special model (best.pt). You can also use the YOLO model if you want.

self.model = YOLO(“best.pt”) --> you can write yolov8n.pt instead.

Before use :

  1. install pip ultralytics
  2. Install pip Flask
  3. Install pip openai
  4. pip install opencv-python

Download it from the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published