##install all python dependencies as mentioned below##
- pip
- numpy
- pandas
- ipython
- ipython notebook
- matplotlib
- gender_guesser
- scikit-learn
- pybrain
1- using ipython notebook(recommneded)
`$ ipython notebook`
now all .ipynb files will be shown in browser, open any file and run
2- using python on terminal
`$ python <file>.py`