Skip to content

The repository contains the code base for the lab sessions of Social Computing Summer School at IIIT-H, 2018 (https://search.iiit.ac.in/socialcomputing2018)

Notifications You must be signed in to change notification settings

precog-iiith/social-computing-18

Repository files navigation

Social Computing Summer School at IIIT-H

The repository contains the code base for the lab sessions of Social Computing Summer School at IIIT-H, 2018.

Running Instructions

All of the code runs on Python 3.

To run the notebook, first create a virtaul environment (if not created already) and activate it by running

$ virtualenv scenv
$ source scenv/bin/activate

Install the Python dependencies using requirements.txt file. To do so, run:

$ pip install -r requirements.txt

After the virtual environment is activated, start the Jupyter Notebook server using:

$ jupyter notebook

About

The repository contains the code base for the lab sessions of Social Computing Summer School at IIIT-H, 2018 (https://search.iiit.ac.in/socialcomputing2018)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published