prasad799596/ai-document-analyzer
0
๐ AI Intelligent Document Analyzer
An AI-powered document analysis system that allows users to upload PDFs or images and automatically extract insights using RAG (Retrieval Augmented Generation) and Groq LLM.
๐ Features
- Upload PDF documents
- Upload images or scanned documents
- OCR text extraction from images
- RAG-based document understanding
- Automatic document summarization
- Extract key entities
- Identify potential risks
- Ask questions about uploaded documents
๐ง How It Works
- User uploads a PDF or image
- Text is extracted using OCR or PDF parser
- Document text is split into chunks
- Chunks are converted into embeddings
- Stored in FAISS vector database
- Relevant context retrieved using RAG
- Groq LLM generates analysis and answers
๐ Tech Stack
- Streamlit
- LangChain
- FAISS
- Sentence Transformers
- Groq LLM
- Pytesseract
- Pillow
- PyPDF
