Shreyas094 commited on
Commit
1f79b12
1 Parent(s): a957e4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -10,6 +10,37 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  # AI-powered Web Search and PDF Chat Assistant
14
 
15
  This project combines the power of large language models with web search capabilities and PDF document analysis to create a versatile chat assistant. Users can interact with their uploaded PDF documents or leverage web search to get informative responses to their queries.
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # AI-powered Web Search and PDF Chat Assistant
14
+
15
+ This application is a versatile AI-powered assistant that combines web search capabilities with PDF document analysis. It provides an interactive chat interface for users to ask questions, search the web, and analyze uploaded PDF documents.
16
+
17
+ ## Features
18
+
19
+ - Web search functionality
20
+ - PDF document upload and analysis
21
+ - Chat interface for asking questions
22
+ - Multiple language models support (including Mistral, Mixtral, and Llama)
23
+ - Temperature and API call adjustments for fine-tuned responses
24
+ - Document management (upload, delete, refresh)
25
+ - Entity-specific summary generation
26
+
27
+ ## Requirements
28
+
29
+ - Python 3.7+
30
+ - Gradio
31
+ - Hugging Face Transformers
32
+ - FAISS
33
+ - DuckDuckGo Search
34
+ - LangChain
35
+ - Llama Parse
36
+ - Pydantic
37
+
38
+ ## Installation
39
+
40
+ 1. Clone the repository
41
+ 2. Install the required dependencies:
42
+
43
+
44
  # AI-powered Web Search and PDF Chat Assistant
45
 
46
  This project combines the power of large language models with web search capabilities and PDF document analysis to create a versatile chat assistant. Users can interact with their uploaded PDF documents or leverage web search to get informative responses to their queries.