Welcome to TT Bootcamp – a hands-on, intensive learning experience designed to master cutting-edge technologies in Data, ML and AI. 💡🔥
✅ Hands-on projects & exercises (IDo, WeDo, and YouDo)
✅ Covers Python, Databases, Machine Learning and AI
✅ Practical, real-world scenarios
✅ Open-source & collaborative
📦 tt-bootcamp
├── 📁 notebooks # Jupyter Notebooks for interactive learning
├── 📁 datasets # Sample datasets for exercises
├── 📁 src # Core scripts and utilities
├── 📄 README.md # This documentation file
- Clone the repository:
git clone https://github.com/husnusensoy/tt-bootcamp.git cd tt-bootcamp
- Create a virtual environment (optional but recommended):
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
uv install
Run the Jupyter Notebook to start learning:
uv run jupyter notebook
We welcome contributions! Feel free to fork this repo, make improvements, and submit a PR. 🙌
This project is open-source and available under the MIT License.