Chatbot icon

Chatbot

1

Provides a Flask and Gunicorn-based backend for integrating a personal chatbot into a website.

About

This repository contains the backend code for a personal chatbot, designed to be integrated into a portfolio website. Built with Flask and Gunicorn, it handles chat interactions and API requests from a Next.js front-end. The API is optimized for deployment on Render, offering an always-on solution for real-time chatbot replies and secure cross-origin access.

Key Features

  • Flask & Gunicorn-based API server
  • Handles POST requests from frontend applications
  • Sends back real-time chatbot replies
  • Secure CORS-enabled for cross-origin access
  • Optimized for Render deployment
  • 1 GitHub stars

Use Cases

  • Integrating an interactive chatbot into a personal website or portfolio
  • Providing an API backend for real-time chat applications
  • Establishing a foundation for future AI-powered conversational agents