Skip to content

AAugustine/chat-bots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat Bots Collection

This repository contains different implementations of chat bots using various technologies and frameworks.

Projects

Art AI Chatbot

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

dog-bot

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.

Flask AI Chatbot

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

Directory Structure

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

Getting Started

Each project has its own README with specific setup instructions. Navigate to the project directory you're interested in to learn more.

License

This project is licensed under the MIT License.

About

Chat Bots of different kinds and frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published