Skip to content

AI Search ChatBot the 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.

Notifications You must be signed in to change notification settings

DaanishQ/AI-Search-ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Search ChatBot 🌏

Overview

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.

Features

  • 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.

Installation

  1. Clone this repository:
git clone https://github.com/DaanishQ/AI-Search-ChatBot.git
  1. Install dependencies:
pip install -r requirements.txt

Usage

  1. Run the Streamlit app:
streamlit run "AI Search ChatBot.py"
  1. Enter your OpenAI API key in the sidebar input field.
  2. Interact with the chatbot by typing queries or questions related to the desired search topic.
  3. View the responses provided by the chatbot in real-time.

Screenshots

Screenshot

Contributors

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

AI Search ChatBot the 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages