Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 1.49 KB

README.md

File metadata and controls

66 lines (54 loc) · 1.49 KB

OMR-Checker-DEMO

Description

  • OMR Checker APP is an APP that will help the teachers get the results of answer sheet of the students. This will help the teacher to grade the students faster and provide faster results.

Tools Used

  • Python 3.7
  • OpenCV
  • Streamlit
  • Pillow

Screenshots of APP

How to run the App

  • Install python3 from here and add python to path
  • Clone this repo in your local machine using the command
git clone https://github.com/N-A-C-S/OMR-Checker-Demo.git
  • Traverse into the project directory
cd OMR-Checker-Demo
  • Install required libraries
pip install requirements.txt
  • Run the app
streamlit run main.py

Demo

Contributing to the project

  • Clone the Repo
git clone https://github.com/N-A-C-S/OMR-Checker-Demo.git
  • Move into the repo
cd OMR-Checker-Demo
  • Create a new branch
git branch <your feature>
git checkout <your feature>
  • Now write some code and create a pull request 🙂

Made by NACS