- Clone this repository to your local machine.
git clone https://github.com/deepak4566/AI_AUTOMATED_CHATBOT
- Install the required dependencies using pip.
pip install -r requirements.txt
-
export OPENAI_API_KEY
a. If you have windows system :
set OPENAI_API_KEY='your-api-key-here'
b. If you have unix shell :
export OPENAI_API_KEY='your-api-key-here'
-
How to get Open API Key
a. Go to
https://platform.openai.com/account/api-keys
b. Click on 'Create new sectret key'
-
Run the Flask application.
python app.python
- Open your web browser and navigate to http://localhost:5000 to use the chatbot.
- Enter your message in the input field and click "Send."
- The chatbot will respond with relevant information based on the context of the conversation.
- You can customize the chatbot's behavior and appearance by modifying the HTML, CSS, and JavaScript files in the templates and static directories.
- This project is based on OpenAI's GPT-3 API.
- The front-end interface is created using Bootstrap and jQuery.
This project is licensed under the MIT License - see the LICENSE file for details.