This repository hosts a comprehensive course on developing applications with Large Language Models (LLMs). Initially, an attempt was made to create this course using Devin AI, which cost $50 but resulted in recursive loops without producing a complete project. This led to the current human-curated approach.
- Structured course outline completed
- Daily content templates established
- Week 1-2 materials drafted
- Core concepts and practical exercises in development
- Interactive components pending implementation
- Fork the repository
- Create a feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Create a Pull Request
This directory contains the day-by-day breakdown of the LLM Applications course. The content is organized as follows:
daily/ ├── template.md # Template for daily content ├── todo.md # Development checklist ├── week1/ # Week 1 content │ ├── day1.md # Monday │ ├── day2.md # Tuesday │ └── ... ├── week2/ # Week 2 content └── ...
- Each day follows the template structure
- Content progresses from foundational to advanced concepts
- Includes both theoretical and practical components
- References academic sources and industry standards
- Provides clear learning objectives and assessments
- Use template.md as the base for new content
- Follow the todo.md checklist for content development
- Maintain consistent formatting and structure
- Include relevant code snippets and examples
- Add appropriate citations and references