Skip to content

taoari/multimodal_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multimodal Chatbot

Multimodal Chatbot based on Gradio Template.

Install

  • Create .env under the project root folder with OPENAI_API_KEY
OPENAI_API_KEY=<openai_api_key>
  • Setup a conda environment and run
conda create -n mmchat python=3.10
conda activate mmchat

pip install -r requirement.txt
python app.py
  • Chat mode:
    • Random: Random generate multimodal bot messages.
    • Stateless: Raw direct API call (no memory support).
    • Stateful: Normal Chatbot (Prompt + Memory).

About

Multimodal Chatbot based on Gradio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages