Skip to content

Meargteame/scrimba-ai-engineer-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

AI Engineering Path - Scrimba

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.

πŸ“Œ Course Overview

  • 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

πŸ—οΈ Projects

  1. AI-Powered Chatbot – Built with OpenAI's API & Cloudflare Workers
  2. Text-to-Speech App – Uses Hugging Face models for voice synthesis
  3. Semantic Search Engine – Implements vector databases for search
  4. AI Image Generator – Generates images using AI models

πŸ“‚ Repository Structure

/ai-projects      # AI-powered applications
/notes            # Summarized course notes & concepts
/scripts         # Utility scripts & AI model integrations
README.md        # Course overview & project list

πŸš€ Getting Started

  1. Clone the repo:
    git clone https://github.com/your-username/scrimba-ai-engineering.git
    cd scrimba-ai-engineering
  2. Install dependencies:
    npm install  # If using Node.js
    pip install -r requirements.txt  # If using Python
  3. Run a project:
    npm start  # or python app.py

πŸ“œ License

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. πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published