tarunkumark2 commited on
Commit
7b9d23f
β€’
1 Parent(s): 2d8b8bf

fixed readme

Browse files
Files changed (1) hide show
  1. README.md +9 -34
README.md CHANGED
@@ -1,34 +1,9 @@
1
- # Butler - Multimodal RAG Chat Assistant
2
-
3
- A powerful chat interface that combines Retrieval-Augmented Generation (RAG) with multimodal capabilities, powered by NVIDIA AI. Butler can process both text and images, providing intelligent responses and detailed analysis of visual content.
4
-
5
- ## 🌟 Features
6
-
7
- - πŸ“ Process and analyze multiple document formats (PDF, TXT, PPTX)
8
- - πŸ–ΌοΈ Advanced image analysis and text extraction
9
- - πŸ” RAG-powered contextual responses
10
- - πŸ’¬ Interactive chat interface with file upload
11
- - πŸš€ NVIDIA AI models for superior performance
12
- - πŸ—„οΈ Milvus vector store for efficient retrieval
13
-
14
- ## πŸ› οΈ Technology Stack
15
-
16
- - **Frontend**: Chainlit
17
- - **Embeddings**: NVIDIA NV-EmbedQA
18
- - **LLM**: NVIDIA LLaMA 3.1 70B
19
- - **Vector Store**: Milvus
20
- - **Document Processing**: LlamaIndex
21
- - **Image Processing**: PIL, PyMuPDF
22
-
23
- ## πŸš€ Getting Started
24
-
25
- ### Prerequisites
26
-
27
- - Python 3.10+
28
- - Docker and Docker Compose
29
- - NVIDIA API Key
30
- - 16GB+ RAM recommended
31
-
32
- ### Installation
33
-
34
- 1. **Clone the Repository**
 
1
+ ---
2
+ title: Butler
3
+ emoji: πŸ‘
4
+ colorFrom: green
5
+ colorTo: indigo
6
+ sdk: docker
7
+ pinned: false
8
+ short_description: Household AI Assistant
9
+ ---