- 🤖 Master GenAI Engineering - Build Production AI Systems
- 🦀 Learn Professional Rust - Industry-Grade Development
- 📊 AWS AI & Analytics - Scale Your ML in Cloud
- ⚡ Production GenAI on AWS - Deploy at Enterprise Scale
- 🛠️ Rust DevOps Mastery - Automate Everything
- 💼 Production ML Program - Complete MLOps & Cloud Mastery
- 🎯 Start Learning Now - Fast-Track Your ML Career
- 🏢 Trusted by Fortune 500 Teams
Learn end-to-end ML engineering from industry veterans at PAIML.COM
This is an example repo of a how to create a Data Science focused Python project. There is a screencast on this project setup here:
This video does a full breakdown of how to use and create a Makefile:
A few things to do with this project:
- install software:
make install
- test code:
make test
- lint code:
make lint
- run commandline tool:
./cli.py --name john
john-apple
- run jupyter notebook:
jupyter notebook notebook.ipynb
- test jupyter notebook:
python -m pytest --nbval notebook.ipynb