Back to rudra's profile
rudra dixit
MemoryVerse AI '26
Overview
MemoryVerse AI is an AI-powered Digital Identity System that transforms scattered academic and professional documents into a structured knowledge base. Features: • AI-powered document categorization using Gemini • Semantic search using ChromaDB + Sentence Transformers • Career timeline generation • Knowledge relationship graph • Analytics dashboard • AI-generated professional profile Tech Stack: Python, Streamlit, ChromaDB, Sentence Transformers, Google Gemini API, PyPDF. To run locally: 1. Create a .env file with GEMINI_API_KEY. 2. Install dependencies using: pip install -r requirements.txt 3. Run: streamlit run app.py Thank you for reviewing the project.