Skip to content

husnusensoy/tt-bootcamp

Repository files navigation

🚀 TT Bootcamp

GitHub repo size GitHub stars GitHub forks

Welcome to TT Bootcamp – a hands-on, intensive learning experience designed to master cutting-edge technologies in Data, ML and AI. 💡🔥

📌 Features

✅ Hands-on projects & exercises (IDo, WeDo, and YouDo)

✅ Covers Python, Databases, Machine Learning and AI

✅ Practical, real-world scenarios

✅ Open-source & collaborative

📂 Repository Structure

📦 tt-bootcamp
├── 📁 notebooks    # Jupyter Notebooks for interactive learning
├── 📁 datasets     # Sample datasets for exercises
├── 📁 src          # Core scripts and utilities
├── 📄 README.md    # This documentation file

🛠 Installation

  1. Clone the repository:
    git clone https://github.com/husnusensoy/tt-bootcamp.git
    cd tt-bootcamp
  2. Create a virtual environment (optional but recommended):
    python3 -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:
    uv install

🚀 Getting Started

Run the Jupyter Notebook to start learning:

uv run jupyter notebook

🤝 Contributing

We welcome contributions! Feel free to fork this repo, make improvements, and submit a PR. 🙌

📄 License

This project is open-source and available under the MIT License.