Skip to content

πŸš€ Applied AI ProjectsΒΆ

Welcome to the Applied AI Projects repository! This collection showcases various practical implementations and experiments in the field of artificial intelligence.

🎯 Current Projects¢

πŸŽ₯ YouTube ClonerΒΆ

An exploration of Language Models' capabilities in capturing YouTubers' speaking styles.

  • Tech Stack: LLaMA2, Mistral 7B, Python
  • Features:
  • Content style emulation
  • Dataset curation pipeline
  • Model fine-tuning
  • Open In Colab Try the Fireship Clone!

πŸ“ [Project 2] (Coming Soon)ΒΆ

Description of the upcoming project

πŸ€– [Project 3] (Coming Soon)ΒΆ

Description of the upcoming project

πŸ› οΈ Project StructureΒΆ

Each project in this repository follows a consistent structure:

ProjectName/
β”œβ”€β”€ README.md          # Project documentation
β”œβ”€β”€ notebooks/         # Jupyter notebooks
β”œβ”€β”€ src/              # Source code
β”œβ”€β”€ data/             # Data files
└── requirements.txt  # Dependencies

🌟 Getting Started¢

  1. Clone the repository:
git clone https://github.com/yourusername/projects.git
  1. Navigate to specific project:
cd projects/project-name
  1. Install requirements:
pip install -r requirements.txt

πŸ“š ResourcesΒΆ

Each project contains its own detailed documentation in its respective directory. Check the project's README for specific setup instructions and usage guidelines.

🀝 Contributing¢

We welcome contributions! To contribute:

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

πŸ“ LicenseΒΆ

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ™ AcknowledgmentsΒΆ

  • Thanks to all contributors
  • Special thanks to the open-source community
  • Credit to all original authors of resources used

Made with ❀️ by the AI Engineering Academy Team