This repository contains my projects, notes, and exercises from the AI Engineering Path on Scrimba. The course focuses on integrating AI into web applications using modern tools and frameworks.
- Introduction to AI Engineering
- Deploying AI Apps with Cloudflare
- Open-source AI Models (Hugging Face, Transformers.js)
- Embeddings & Vector Databases (Supabase, Pinecone)
- AI Agents & Prompt Engineering
- OpenAI's Assistants API
- LangChain for AI Applications
- AI-Powered Chatbot β Built with OpenAI's API & Cloudflare Workers
- Text-to-Speech App β Uses Hugging Face models for voice synthesis
- Semantic Search Engine β Implements vector databases for search
- AI Image Generator β Generates images using AI models
/ai-projects # AI-powered applications
/notes # Summarized course notes & concepts
/scripts # Utility scripts & AI model integrations
README.md # Course overview & project list
- Clone the repo:
git clone https://github.com/your-username/scrimba-ai-engineering.git cd scrimba-ai-engineering
- Install dependencies:
npm install # If using Node.js pip install -r requirements.txt # If using Python
- Run a project:
npm start # or python app.py
This project is for learning purposes only. Feel free to use and modify the code.
This repository is a work in progress as I complete the Scrimba AI Engineering Path. π