A Flask-based web app that extracts text from uploaded documents, generates AI-powered summaries, and provides sentiment & keyword analysis.
- Upload PDF/DOCX/TXT
- AI text summarization using BART model
- Sentiment & keyword analysis
- Modern responsive UI with Tailwind CSS
- Python, Flask, PyMuPDF
- Transformers (BART model)
- TextBlob, NLTK
- Tailwind CSS, HTML, JS
pip install -r requirements.txt
python app.py
Live Demo (soon): [https://documind-ai.onrender.com](https://documind-ai.onrender.com)