/EssayChecker-server

Server for LLM based Essay Checker

Primary LanguagePythonMIT LicenseMIT

EssayChecker-server

Server for LLM based Essay Checker

Pre-requisites

Clone the repository

git clone git@github.com:bughht/EssayChecker-server.git
cd EssayChecker-server
  • Python3
    • flask
    • numpy
    • opencv-python
    • pandas
    • json
pip3 install flask numpy opencv-python pandas json

Usage

Run the server

python3 web/app.py

Post an img upload request

python Test/test_img.py

Post a json request

Please debug with Postman or other tools to post a json request to the server

View the web pages

Please visit the following links in your browser http://localhost:8088/

API

How to contribute

For the team members, please send me your github id and I will add you to the collaborators.

Contributors can push to the master branch directly.

License

This project is licensed under the terms of the MIT