These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You need to install all necessary modules on your environment
pip install pipenv
pipenv shell
After installing the necessary modules, you need to install jupyter and open ipynb file on browser.
jupyter notebook --port8888
You can execute first cell to install necessary module on your session like below. This part should be executed without any customisation.
- Jupyter notebook - Interactive and replicable programming environment
- Scikit learn - Machine Learning module
- keras - Deep Learning Library in python working on Tensorflow and Theano
- pandas - Libarary for data transformation etc
- numpy - use numpy when matrix type calculation is necessary
- Koichiro Kondo - a.k.a Cory - Initial work - personal github