bughht / EssayChecker-server

Server for LLM based Essay Checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Server for LLM based Essay Checker

License:MIT License


Languages

Language:Python 90.3%Language:HTML 7.5%Language:CSS 2.2%