Proposed as final project of AI/ML Specialized Bootcamp Dibimbing
- Name: Rijal Ghodi
- Email: rijalgdev@gmail.com
- Github: https://github.com/rijalghodi
- Portfolio: https://zalcode.my.id
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,
-
Install the requirements
pip install -r requirements.txt
-
Go to
/api
directory and run the servercd api uvicorn app:app --reload
-
Open browser
localhost:8000
to see the API server documentation
- Install docker
- Go to the root directory of this project
- Build image
docker build -t rully .
- Run container
docker run -t rully -p 8000:8000 rully
- Open browser
localhost:8000
to see the API server documentation