Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 693 Bytes

File metadata and controls

15 lines (13 loc) · 693 Bytes

Full_Stack_AI_with_Python

My notes from Full Stack AI with Python Course from Udemy : by Hitesh Choudhary and Piyush Garg

Prerequisites : Need OpenAI key, deposit 5$ credits and use your key.

  • Section 1 : Core Python (Folders numbered in order)
  • Section 2 : Core Generative AI (Folder name titled the same)
  • Section 3 : Running LLMs Locally (Refer folders in following order : Ollama_FastAPI_Setup -> HuggingFace_basic_setup)
  • Section 4 : AI Agents (Refer folder named "Agents" for starter code)
  • Section 5 : RAG + RAG Queues
  • Section 6 : LangGraph
  • Section 7 : Memories in AI (Check for the folders)
  • Section 8 : Voice Agents
  • Section 9 : Agent SDK
  • Section 10 : Git and Docker