This repository is an extension of the AutoGrader repository, with the added feature of diagram evaluation. For more information, check out AutoGrader and the research paper published in conjunction with it. GraderPro is a robust and efficient grading system designed to simplify the process of evaluating assignments, projects, and exams. With a focus on scalability and user-friendliness, GraderPro leverages modern technologies including TypeScript, Python, and web-based interfaces to provide an intuitive grading experience.
- Automated Grading: Execute grading scripts to automatically assess assignments and projects.
 - Customizable Rubrics: Create and manage grading rubrics tailored to individual courses or assignments.
 - Analytics Dashboard: View insights and statistics for graded submissions.
 - Multi-language Support: Implement grading scripts using TypeScript, Python, and more.
 - Secure and Scalable: Ensure security with modern authentication methods and scalable architecture for large class sizes.
 
GraderPro is built using a combination of modern technologies to ensure high performance and flexibility:
- TypeScript : For scalable and maintainable front-end development.
 - Python : For backend logic and scripting capabilities.
 - CSS : Styling for the application.
 - JavaScript : Enhancing interactivity in the front-end.
 - HTML : Structuring content for the web.
 
Before installing GraderPro, ensure you have the following:
- Node.js (v14 or higher)
 - Python (v3.8 or higher)
 - npm (v6 or higher)
 
- 
Clone the repository:
git clone https://github.com/PranavDarshan/GraderPro.git cd GraderPro - 
Install dependencies:
npm install
 - 
Run the project:
npm run dev python manage.py runserver
 - 
Open your browser and navigate to:
http://localhost:5173 http://localhost:5174 
- Navigate to the "Assignments" tab.
 - Click "Create Assignment" and fill in the details.
 - Upload assignments for grading.
 
- Use automated scripts or manually grade assignments.
 - View real-time analytics and feedback.
 
- Export grades in CSV format for integration with other platforms.
 
Watch the youtube demo for the results.
We welcome contributions to GraderPro! To contribute:
- Fork the repository.
 - Create a new branch:
git checkout -b feature-name
 - Commit your changes and submit a pull request.
 





