Chatbot
Provides a Flask and Gunicorn-based backend for integrating a personal chatbot into a website.
Acerca de
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.
Características Principales
- 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
Casos de Uso
- 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