This is a simple customer support chatbot developed using Flask and integrated with OpenAI’s GPT-3 model. The chatbot is designed to handle automated customer service queries, providing real-time responses and a personalized customer experience.
- Flask-based Web Application: A lightweight web server to serve the chatbot interface.
- OpenAI GPT-3 Integration: Uses OpenAI’s GPT-3 model to understand and respond to user queries.
- Real-time Interaction: Users can interact with the chatbot in real time through a web interface.
- Reduced Human Intervention: Designed to reduce human support intervention by automating common queries.
Before you begin, ensure you have met the following requirements:
- Python 3.x installed on your machine.
- An OpenAI API key. You can obtain it by signing up at OpenAI.
- Clone the repository:
git clone https://github.com/Hmm-1224/AI-Powered-Chatbot-for-Customer-Support cd AI-Powered-Chatbot-for-Customer-Support
NOTE: Before running python3 app.py make sure you have virtual environment with mandatory libraries(eg: - Flask, render_template, request, jsonify)