Skip to content

uset82/LLM-Web-App

Repository files navigation

Building LLM Applications Course

About This Repository

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.

Current Implementation

  • Structured course outline completed
  • Daily content templates established
  • Week 1-2 materials drafted
  • Core concepts and practical exercises in development
  • Interactive components pending implementation

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Create a Pull Request

Daily Course Content Structure

This directory contains the day-by-day breakdown of the LLM Applications course. The content is organized as follows:

Directory Structure

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 └── ...

Content Guidelines

  1. Each day follows the template structure
  2. Content progresses from foundational to advanced concepts
  3. Includes both theoretical and practical components
  4. References academic sources and industry standards
  5. Provides clear learning objectives and assessments

Development Process

  1. Use template.md as the base for new content
  2. Follow the todo.md checklist for content development
  3. Maintain consistent formatting and structure
  4. Include relevant code snippets and examples
  5. Add appropriate citations and references

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published