This is a showcase of bundle of chatbots and image generators using OpenAI, llamaindex, replicate, etc on PyQt/PySide.
This can be used in pyqt6, pyside6.
Using SQLite as database, which is lighthearted and easy to use.
- OpenAI Chatbot
- DALLE Image Generator
- GPT Assistant Chatbot
- GPT Vision Chatbot
- LlamaIndex with OpenAI Chatbot
- Replicate Image Generator
/examples
/scripts
/widgets
# GUI
qtpy
PyQt6
PySide6
# OPENAI
openai
# DB
sqlalchemy
psycopg2
# llamaindex
llama-index
langchain
pillow
# replicate
replicate
# ETC
requests
# Clone the repo
>>> git clone ~
# Install requirements
>>> pip install -r requirements.txt
# Run application you want
>>> python examples/*.py