This repository is a collection of projects that covers:
- Data Analysis and visualization
- Machine Learning and AI techniques
- Code challenges/Kaggle tasks
The data sets for these projects are located in "Data" whilst the notebooks are in the folder "Notebooks". Pretty straightforward.
Also, the env folder is where the virtual environment and it's relative installations are located.
To start, you'll need to run the "start.sh" script to activate the virtual environment which has the necessary libraries. Additionally, it'll prepare Jupyter Notebook which majority of the projects will be prepared as.
Jupyter Notebook will launch in your web browser and it'll already be in the "Notebooks" directory. Simply click on a file, select "Cell" and in the dropdown, click "Run all" to execute the code.
Have fun!