A repo containing code for an automated answer script evaluator
- clone the repo
git clone https://github.com/nitishvelu/AnswerScriptEvaluation- install streamlit
pip3 install streamlit- install google-cloud-vision library
pip3 install google-cloud-vision- run main program
streamlit run main.py