A virtual classroom management web App, with google document api, gemini LLM and Plagiarism detection integration. It performs OCR on the student submissions and provide plagiarism reports and template evaluation to the teacher/admin of classroom. It also provides feedback to students for areas of imporvement. It highlights PDFs in-Place to mark spelling mistakes (highlighted red), grammatical mistakes (highligted yellow) and important keywords (highlighted green).
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python Google Document API key Google Gemini API key
- Clone the repo
git clone [https://github.com/your_username/your_project.git](https://github.com/your_username/your_project.git)
- Navigate to the project directory
cd your_project - Install dependencies
npm install # or yarn install # or pip install -r requirements.txt
- Run the application
python app.py
Python with Flask HTML CSS Tailwind