Skip to content

iknoorjobs/evaluator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evaluatortest

Evaluate answers line by line using Machine Learning in elegant material design website.

How to test the app.

Follow the steps below to start the development server on localhost. Install python3 if you haven't already python-virtualenv is also required.

  1. Create a virtual environment:
$ virtualenv -p python3 env
  1. Activate the virtual environment:
$ cd env
$ source bin/activate
  1. Clone this repo:
(env) $ git clone https://github.com/heerqaz/evaluatortest.git
  1. Install the requirements:
(env) $ pip3 install -r requirements.txt
  1. Run the migrations and collect staticfiles.
(env) $ cd evaluatortest
(env) $ python3 manage.py migrate
(env) $ python3 manage.py collectstatic
  1. Start the server:
(env) $ python3 manage.py runserver
  1. Open (http://localhost:8000/) in your web browser.
  2. Create a superuser :
(env) $ python manage.py createsuperuser
  1. Go to http://localhost:8000/admin to add questions.

About

Help teachers in marking tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.2%
  • CSS 29.5%
  • HTML 18.2%
  • JavaScript 9.1%