This repository contains different implementations of chat bots using various technologies and frameworks.
A Node.js application that generates images using OpenAI's DALL-E 3 model. Users can enter text descriptions and receive AI-generated images based on their prompts. This project includes:
- OpenAI DALL-E 3 integration
- Real-time image generation
- Simple and responsive UI
An old Google Apps script bot that generated a random dog picture in Google Hangouts Chat. Relic from my days at Red Hat, where somtimes you just needed to see a random dog to brighten your day. Simple, yet effective.
A web-based chatbot built with Flask and OpenAI API that features:
- Meet Glitch, a chat bot random personality selection for varied responses (because why not add a little fun in while learning?)
- Real-time chat interface
- Error handling and API integration
- Full test coverage
chat-bots/
├── ai-art-chatbot/ # Node.js based OpenAI chatbot
├── dog-bot/ # Google apps script chatbot
├── flask-ai-chatbot/ # Flask-based OpenAI chatbot
├── README.md
└── .gitignore
Each project has its own README with specific setup instructions. Navigate to the project directory you're interested in to learn more.
This project is licensed under the MIT License.