SaryaDemir/ML-Tutorials
Main repository for all educational code.
Cloning the Repository
To get started locally, you can clone the repository to your machine using Git:
$ git clone https://github.com/SaryaDemir/ML-Tutorials.git$ cd ML-Tutorials$ pip install -r requirements.txt
Repository Structure
- /notebooks: Beginner friendly Jupyter notebooks.
- /scripts: Production-ready Python scripts.
- /datasets: Small sample datasets (.csv, .json).
- /api-endpoints: FastAPI REST endpoints for model deployment.
Found an issue?
If you find a bug in the code, or an ML library has updated causing a deprecation warning, please open an Issue directly on the GitHub repository. Pull requests with bug fixes or new tutorial suggestions are also highly welcome!