Spaces:
No application file
No application file
ENUGANDHULA NILESH
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,26 @@
|
|
1 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# 🤖 NileAI - Smart AI Chat
|
2 |
+
Welcome to NileQuest, an interactive AI-powered chat agent designed to provide real-time web search and insights. This application uses LangChain and Streamlit to deliver a seamless and intelligent search experience.
|
3 |
+
|
4 |
+
## Features
|
5 |
+
|
6 |
+
- **Real-Time AI Chat**: Interact with an AI that can answer questions and provide search results.
|
7 |
+
- **Web Search Integration**: Fetch and display relevant information from the web.
|
8 |
+
- **Transparent Interaction**: See the AI's thoughts and actions as it processes queries using `StreamlitCallbackHandler`.
|
9 |
+
|
10 |
+
### Live Demo
|
11 |
+
|
12 |
+
Check out the live demo of NileQuest: [NileQuest Live Preview](https://llm-nile-search-engine-14.streamlit.app/)
|
13 |
+
|
14 |
+
### Prerequisites
|
15 |
+
|
16 |
+
- Python 3.7 or later
|
17 |
+
- `requests` library
|
18 |
+
- `gradio` library
|
19 |
+
- `streamlit` library
|
20 |
+
- `langchain` library
|
21 |
+
|
22 |
+
## License
|
23 |
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
24 |
+
|
25 |
+
## Contact
|
26 |
+
For questions or feedback, please contact [email protected].
|