Skip to content

Machine Learning Model and API for Rully Project - Universal Bubble Sheet Grader

Notifications You must be signed in to change notification settings

rijalghodi/Rully_OMR

Repository files navigation

Rully: AI-Powered Universal Bubble Sheet Grader

Proposed as final project of AI/ML Specialized Bootcamp Dibimbing

Bubble Sheet Illustration

What It is About?

Rully is AI-powered bubble sheet grader capable of accurately and efficiently grading various bubble sheet formats. Leveraging advanced image recognition and machine learning technologies,

How to Run Locally?

  1. Install the requirements

    pip install -r requirements.txt
  2. Go to /api directory and run the server

    cd api
    
    uvicorn app:app --reload
  3. Open browser localhost:8000 to see the API server documentation

How to Run with Docker?

  1. Install docker
  2. Go to the root directory of this project
  3. Build image
    docker build -t rully .
  4. Run container
    docker run -t rully -p 8000:8000 rully
  5. Open browser localhost:8000 to see the API server documentation

About

Machine Learning Model and API for Rully Project - Universal Bubble Sheet Grader

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published