Skip to content

Django application that learns the teacher's style of evaluating a subjective question and automates the process of it.

License

Notifications You must be signed in to change notification settings

mohilkhare1708/descriptiveAnswerChecker

Repository files navigation

Descriptive Answer Checker

How to Install

Clone the repository using the following command
git clone https://github.com/mohilkhare1708/descriptiveAnswerChecker.git

Create a fresh virtual enviroment using Miniconda and after navigating to repository, run the following command
pip install -r requirements.txt

Perform the migrations using the following command
python manage.py migrate

Run the webiste
python manage.py runserver

Navigate to localhost:8000 to open the website.

About

Django application that learns the teacher's style of evaluating a subjective question and automates the process of it.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published