This repository hosts code for an AI-powered chatbot designed for search purposes. The chatbot utilizes OpenAI's GPT-3.5 Turbo model for natural language understanding and response generation. It enables users to interact with the system by asking questions or providing prompts related to the desired search query.
- Natural Language Search: Users can input queries in natural language to perform searches.
- Real-time Responses: The chatbot provides responses in real-time based on the input query.
- Streamlit Interface: The user interface is built using Streamlit, making it easy to use and deploy.
- Clone this repository:
git clone https://github.com/DaanishQ/AI-Search-ChatBot.git
- Install dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run "AI Search ChatBot.py"
- Enter your OpenAI API key in the sidebar input field.
- Interact with the chatbot by typing queries or questions related to the desired search topic.
- View the responses provided by the chatbot in real-time.
- DaanishQ - Creator and Maintainer
This project is licensed under the MIT License - see the LICENSE file for details.