Welcome to the Applied AI Projects repository! This collection showcases various practical implementations and experiments in the field of artificial intelligence.
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
- Try the Fireship Clone!
Description of the upcoming project
Description of the upcoming project
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
- Clone the repository:
git clone https://github.com/yourusername/projects.git
- Navigate to specific project:
cd projects/project-name
- Install requirements:
pip install -r requirements.txt
Each project contains its own detailed documentation in its respective directory. Check the project's README for specific setup instructions and usage guidelines.
We welcome contributions! To contribute:
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- 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