Skip to content
/ learnit Public

Knowledge assessment AI (HackCambridge 2018)

Notifications You must be signed in to change notification settings

HR/learnit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearnIt

Make knowledge accessible

An app that assesses your knowledge of the content you want to learn using AI.

Setup Environment

Linux (Ubuntu)

sudo apt-get install python-dev python-pip python-virtualenv
virtualenv .venv/bin/activate
pip install -r requirements.txt
python app/main.py

Go to localhost:5000