GenAI-Bot is an AI-powered chatbot designed to provide personalized interactions and responses. The chatbot is built with a simple web interface that allows users to input messages and receive AI-generated responses in real-time.
- Real-time Interaction: Chat with the bot and get instant responses.
- Simple and Intuitive UI: User-friendly interface for a smooth chatting experience.
- Customizable: Modify the bot responses and user interface to fit specific needs.
Follow these steps to set up and run the GenAI-Bot on your local machine.
- Python 3.7 or higher
pip
(Python package installer)
-
Clone the repository:
git clone https://github.com/abhisekjha/GenAI-Bot.git cd GenAI-Bot
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
-
Get OPENAI API Get any api you want and use it
-
Run the application:
python src/main.py
-
Open your browser and navigate to
http://127.0.0.1:5000
to start chatting with GenAI-Bot.
- Open your browser and go to
http://127.0.0.1:5000
. - Type your message in the input box and press Enter.
- The bot will respond with a message displayed in the chatbox.