Code repository for AI Builders Bootcamp #2.
See Cohort 1 examples here.
Course homepage on Maven: https://maven.com/shaw-talebi/ai-builders-bootcamp
Building a resume optimization tool using Python, OpenAI's API, and Gradio.
Examples:
Getting started with AI and building basic automation scripts with Python.
Examples:
Building ETL pipelines for machine learning projects.
Examples:
Here, we begin building AI systems with LLMs. Unlike machine learning, we don't need datasets to get started.
Examples:
Prompting LLMs ChatGPT-style only scratches the surface of what we can use modern language models for. We can also leverage RAG to improve model performance and text embeddings to make text computable.
Examples:
Although LLMs can solve a wide range of problems out-of-the-box, there are situations where more model customization is required. This can be achieved through model fine-tuning, which involves adapting a model to a particular use case through additional training.
Examples