Evaluate answers line by line using Machine Learning in elegant material design website.
Follow the steps below to start the development server on localhost. Install python3 if you haven't already python-virtualenv is also required.
- Create a virtual environment:
$ virtualenv -p python3 env
- Activate the virtual environment:
$ cd env
$ source bin/activate
- Clone this repo:
(env) $ git clone https://github.com/heerqaz/evaluatortest.git
- Install the requirements:
(env) $ pip3 install -r requirements.txt
- Run the migrations and collect staticfiles.
(env) $ cd evaluatortest
(env) $ python3 manage.py migrate
(env) $ python3 manage.py collectstatic
- Start the server:
(env) $ python3 manage.py runserver
- Open (http://localhost:8000/) in your web browser.
- Create a superuser :
(env) $ python manage.py createsuperuser
- Go to http://localhost:8000/admin to add questions.