List of topics
Mọi thứ về lớp học
[Zoom 29-03-2025] Sử dụng API liên quan tới văn bản
[Zoom 05-04-2025] Lập trình giao diện
[Zoom 12-04-2025] Kỹ thuật Prompt Engineering
[Zoom 12-04-2025] Agents và các bài toán liên quan
[Zoom 19-04-2025] Thực hành lập trình Agent
[Zoom 26-04-2025] Tùy biến mô hình và deploy riêng
[Bổ trợ] Docker + Cloud
[Bổ trợ] Docker Compose
[Zoom 10-05-2025] RAG và xây dựng hệ thống Chatbot hiện đại
[Bổ trợ thêm] MongoDB + Crawl dữ liệu
[Bổ trợ] Các cơ sở dữ liệu Vector Search nổi tiếng
[Zoom 17-05-2025] Live coding - Lập trình RAG từ đầu
[Zoom 24-05-2025] Học Langchain và xây dựng Chatbot dựa vào Langchain
[Zoom 31-05-2025] Nâng cấp chatbot với Semantic Router + Reflection + Hyde Search
[Quan trọng] Chữa bài tập Chatbot Bán Hoa
[Zoom 31-05-2025] Lập trình các ứng dụng khác nhau với LangGraph
Rag trên đồ thị - Graph RAG
Sử dụng API liên quan tới hình ảnh + âm thanh + Video
Thực hành đào tạo mô hình riêng của bạn
Dự án - 2 tuần

Mọi thứ về lớp học

Mọi thứ về lớp học

1. Các thông tin của lớp

1.1. Các thông tin của lớp

Click to view more

1.2. Cách chạy các demo

Backend

FrontEnd

Chatbot

Demo

  • Flask

    • Cài thư viện pip install requirements.txt

    • Chạy python run.py

NextJS

Tìm file:

src/apiCalls/ai-demos/postQuestionsApiCall.ts

và thay đường dẫn thành đường dẫn của Backend

Image Generation

Demo

Flask

  • Chạy stability_server.py

NextJS

Tìm file:

src/apiCalls/ai-demos/generateImageApiCall.ts

và thay đường dẫn thành đường dẫn của Backend

Speech Recognition

Text to Speech

Chatbot với RAG

Demo

Flask

NextJS

Tìm file:

src/apiCalls/ai-demos/postRAGQuestionsApiCall.ts

và thay đường dẫn thành đường dẫn của Backend

Object Inpainting

Demo

Flask

NextJS

Tìm file

src/apiCalls/ai-demos/replaceObjectApiCall.ts

và thay đường dẫn thành đường dẫn của Backend

Segmentation + Inpainting

Demo

Segmentation Server:

Chạy Colab để lấy link Ngrok

Inpainting Server: Flask

NextJS

Trong file

src/app/[locale]/ai/chat/segment-inpaint/client.tsx

thay

const DATA_API_ENDPOINT = 'LINK_NGROK_SEGMENTATION_SERVER';
const REPLACE_OBJECT_API_ENDPOINT = 'LINK_INPAINTING_SERVER';

Sketch-to-image

Demo

Server

Lời giải của bài tập

NextJS

Trong file

src/apiCalls/ai-demos/sketchToImageApiCall.ts

thay đường dẫn thành đường dẫn của Backend

Segment Anything 2

Demo

Server

Lời giải của bài tập

NextJS

Trong file

src/app/[locale]/ai/chat/segment-inpaint/client.tsx

thay

const DATA_API_ENDPOINT = 'LINK_NGROK_SEGMENTATION_SERVER';

LangChain Chat

Demo

Server:

Chạy Colab để lấy link Ngrok

NextJS

Trong file

src/apiCalls/ai-demos/postLangChainQuestionsApiCall.ts

thay đường dẫn thành đường dẫn của Backend

LLMs PlayGround

Demo

Server:

Lời giải của bài tập

Streamlit

Trong file

pages/LLMs Playground.py

thay đường dẫn thành đường dẫn của Backend

st.session_state.flask_api_url = "<LINK_NGROK>"  # Set your Flask API URL here

1.3. Một số cách setup GPU chạy AI model

Click to view more
1. Các thông tin của lớp
1.1. Các thông tin của lớp
1.2. Cách chạy các demo
1.3. Một số cách setup GPU chạy AI model