Skip to content

Rabbit1026HG/AI-image-to-text

Repository files navigation

AIO-2024 Module 6 - Image Project

demo-low.mp4

In this project, we will train a YOLOv11 model to detect

Setup Env

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run Server

cd deployment
make init

Start deployment

cd deployment
make deploy_ocr

Start the Streamlit App

cd deployment
make streamlit

You can:

  • Go to localhost:8265 to see the dashboard of the server
  • Access the Swagger UI at localhost:8000/docs
  • The UI is avaiable at localhost:8501

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages