Skip to content

tontus/Evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Python 3
  • Django
  • Celery[v3.1.24]: $ pip install celery==3.1.24
  • Redis
  • Run $ pip install -r requirements.txt to install otherr requirements
  • nltk dependencies 'brown', 'punkt', 'wordnet'
     $ python
     >>> import nltk
     >>> nltk.download('brown')
     >>> nltk.download('punkt')
     >>> nltk.download('wordnet')
    

Usage

  • Run $ redis-server
  • Open another terminal in the project folder and run $ python manage.py runserver
  • Open another terminal in the project folder and run $ celery worker -A Evaluation --loglevel=debug --concurrency=4
  • Use ngork to access from other pc.

About

A basic answer scoring web app using the power of NLTK and django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published