CoolFace
Apppublic

Sm313-25/document-intelligence

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes
App README

๐Ÿ“„ Document Intelligence

Transform documents into insights with AI-powered analysis.

Features

  • โ€”๐Ÿ“ค Multi-format Support: Process PDFs, Word, PowerPoint, Excel documents
  • โ€”๐Ÿ” Intelligent Q&A: Ask natural language questions about your documents
  • โ€”๐Ÿ“Š Data Visualization: Automatic chart generation from your data
  • โ€”๐Ÿ“ Report Generation: Create comprehensive reports from document analysis
  • โ€”๐Ÿ†“ 100% Free: Runs entirely locally with no API keys required

How to Use

  1. 1.Upload Documents: Go to the "Upload Documents" tab and select your files
  2. 2.Ask Questions: Navigate to "Ask Questions" and query your documents
  3. 3.Generate Reports: Use "Analysis & Reports" for visualizations and insights

Technology Stack

  • โ€”Document Processing: Docling for multi-format document extraction
  • โ€”RAG System: LangGraph for retrieval-augmented generation
  • โ€”Vector Database: ChromaDB for semantic search
  • โ€”Embeddings: Sentence Transformers (local, no API key)
  • โ€”LLM: Hugging Face Inference API (free tier)

Configuration

This Space uses:

  • โ€”Local embeddings (sentence-transformers)
  • โ€”Hugging Face Inference API for LLM (free tier)
  • โ€”Persistent storage for ChromaDB vector database

Source Code

Full source code and documentation: GitHub Repository

License

MIT License - see LICENSE file for details