dee-gmiterko / tmsei_doodle

Repository containing experiments for my bachelor's thesis Techniques for measuring similarity of educational items

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install and launch

Initial setup

Install pip and virtualenvwrapper

pip install virtualenvwrapper

Setup your local virtual environment

cd <path_to_your_local_git_repo>
virtualenv venv -p python3
source venv/bin/activate

Install python dependencies

pip install -r requirements.txt

Launch notebooks

Activate virtual environment and start Jupiter server

cd <path_to_your_local_git_repo>
source venv/bin/activate
cd notebooks
jupyter notebook

Most reccent version of this repository is avalaible at GitHub.

About

Repository containing experiments for my bachelor's thesis Techniques for measuring similarity of educational items

License:MIT License


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%