This repository holds miscellaneous Jupyter notebooks, for domains such as data analysis, machine learning, and biometric systems.
The used datasets were not uploaded as most of them are bulky (especially the ones containing images or voice recordings). So before running a notebook, ensure that the required files are downloaded and placed directly in the dataset
folder or its corresponding sub-folder from the dataset
folder.
- Create an environment:
python3 -m venv environment
- Activate the environment:
source environment/bin/activate
- Install the required packages:
pip3 install -r requirements.txt
notebooks root folder
βββ datasets folder with data sets used in the notebooks
β βββ ...
βββ helpers folder with helper functions, mostly third-party
β βββ ...
βββ images folder with images used in the notebooks
β βββ ...
βββ models folder with pre-trained or exported models used in
β β the notebooks
β βββ ...
βββ others folder with miscellaneous files
β βββ generate_requirements.sh Shell script for generating the requirements.txt file
βββ sounds
β βββ ...
βββ *.ipynb notebooks
βββ requirements.txt Python 3 dependencies
βββ README.md this file