Spaces:
Sleeping
Sleeping
metadata
title: AI Document Intelligence System (with RAG)
emoji: 📚
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.49.1
app_file: app/main.py
pinned: false
AI Document Intelligence System
Upload documents and ask questions. Built with:
- LangChain for RAG orchestration
- ChromaDB for vector storage
- Sentence Transformers for embeddings
- Gradio for UI
Features
- Interactive document processing
- Context-aware question answering
- Support for multiple file formats
- Real-time processing and analysis
- Multi-language support
- Customizable knowledge base
Installation
To get started with the AI Document Intelligence System, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/ai-document-intelligence.git cd ai-document-intelligence - Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate` - Install the required dependencies:
pip install -r requirements.txt - Run the application:
python app/main.py - Open your web browser and navigate to the provided local URL to access the Gradio interface.
Usage:
- Upload a PDF/DOCX/TXT file
- Click "Process Document"
- Ask questions about the content
- Get answers with source citations