Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧠 MemoryVerse AI

MemoryVerse AI is an AI-powered Digital Identity System that helps users organize, analyze, and search their academic and professional documents intelligently.

It automatically categorizes uploaded documents, extracts PDF content, generates a digital timeline, performs semantic search, and provides a centralized dashboard for managing achievements, certificates, resumes, internships, and projects.


🚀 Features

  • 📄 Upload PDF documents
  • 🤖 Automatic AI-based document categorization
  • 🔍 Semantic Search using TF-IDF
  • 📅 Career Timeline Generation
  • 🔗 Relationship Visualization
  • 📊 Dashboard Analytics
  • 💾 SQLite Database Storage
  • ⚡ FastAPI Backend
  • 🎨 React Frontend

🛠️ Tech Stack

Frontend

  • React.js
  • Vite
  • CSS

Backend

  • FastAPI
  • Python
  • SQLAlchemy
  • SQLite

AI Libraries

  • PyMuPDF
  • Scikit-learn

📂 Project Structure

MemoryVerse-AI/
│
├── backend/
│   ├── app.py
│   ├── database.py
│   ├── models.py
│   ├── uploads/
│   ├── requirements.txt
│   └── memoryverse.db
│
├── frontend/
│   ├── src/
│   ├── public/
│   └── package.json
│
└── README.md

⚙️ Installation

Clone Repository

git clone https://github.com/YOUR_USERNAME/MemoryVerse-AI.git
cd MemoryVerse-AI

Backend Setup

cd backend

Create Virtual Environment

python -m venv venv

Activate

Windows

venv\Scripts\activate

Install Dependencies

pip install -r requirements.txt

Run Backend

python -m uvicorn app:app --reload

Backend runs at

http://127.0.0.1:8000

Frontend Setup

cd frontend

Install Packages

npm install

Run Frontend

npm run dev

Frontend runs at

http://localhost:5173

API Endpoints

Method Endpoint Description
GET / Home
POST /upload Upload PDF
GET /stats Dashboard Statistics
GET /documents List Documents
GET /categories Document Categories
GET /timeline Career Timeline
GET /relationships Relationship Graph
GET /search?query= Semantic Search

Screenshots

Dashboard

(Add Dashboard Screenshot)

Upload Page

(Add Upload Screenshot)

Timeline

(Add Timeline Screenshot)

Search

(Add Search Screenshot)


Future Improvements

  • User Authentication
  • Cloud Storage
  • Resume Builder
  • AI Chat Assistant
  • OCR Support
  • Skill Recommendation Engine
  • Deployment on Render/Vercel

Author

Rayudu Laharika


License

This project is developed for educational and hackathon purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages