Skip to content

This project is a demo of an early childhood education drawing AI Assistant Agent based on LangChain + ChatGPT.

Notifications You must be signed in to change notification settings

heelenzhang/Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Project Introduction

This project is a demo of an early childhood education drawing AI Assistant Agent based on LangChain + ChatGPT.

2. Directory Structure

├── src: Functional code
├── assets: Related resources
├── configs: Configuration parameters
├── vector_store: Vector index file storage
├── run.py: Demonstration execution file

3. Usage Instructions

  1. For the first experience, execute the file: src/Vector_store.py first to import the sample student data into the vector database. Afterwards, just execute run.py.
  2. The versions of LangChain and OpenAI used in this project are 0.0.340 and 1.3.2, respectively. If you encounter problems with other versions, consider installing these versions.
  3. When importing the full amount of student data, first clear the corresponding directory under vector_store.

4. AI Assistant Demonstration Interface

  1. Demonstration of the "Painting Evaluation, Picture Story, and Potential Report Design" task. 示例图片 示例图片 示例图片 示例图片

  2. Demonstration of the "Painting Reference Image and Task Script" task. 示例图片

About

This project is a demo of an early childhood education drawing AI Assistant Agent based on LangChain + ChatGPT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages