https://github.com/codervivek5/dora-ai-powered-virtual-personal-assistant
https://github.com/codervivek5/dora-ai-powered-virtual-personal-assistant
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codervivek5/dora-ai-powered-virtual-personal-assistant
- Owner: codervivek5
- License: mit
- Created: 2025-07-06T12:49:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T03:44:24.000Z (11 months ago)
- Last Synced: 2025-07-18T07:29:33.236Z (11 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DORA - AI-Powered Virtual Personal Assistant 🤖












---
## 📚 Table of Contents
- [Introduction 👋](#introduction)
- [Design Preview 🎨](#design-preview)
- [Repository 📁](#repository)
- [Features ⭐](#features)
- [Tech Stack ⚙️](#tech-stack)
- [Project Structure 📂](#project-structure)
- [Contributing 🤝](#contributing)
- [Our Contributors ❤️](#our-contributors)
- [Project Setup ⚙️](#project-setup)
- [Contact 📬](#contact)
- [License 🛡️](#license)
---
## 👋 Introduction
**DORA** is your AI-powered productivity companion designed to simplify your daily life. From task automation to smart reminders and intelligent information search, DORA leverages Generative AI, LLMs, RAG, and Agentic AI to bring you a truly smart virtual assistant experience.
---
## 🎨 Design Preview
_Coming Soon_
---
## 📁 Repository
Fed up with switching between apps for tasks, reminders, emails, and automation?
**DORA** combines them all — with AI at the core — making your productivity seamless.
---
## ⭐ Features
- 💬 Natural Chat & Voice Interaction
- ⏰ Smart Reminders & Calendar Management
- 📝 To-Do List & Notes Handling
- 📧 Email Reading, Drafting & Summarization
- 📚 Personal Knowledge Base with RAG Search
- 🤖 Task Automation with Agentic AI
- 🔔 Push Notifications & Reminders
- 🌐 Quick Info like Weather, News, FAQs
- 🏠 Future-ready for Smart Home Integration
---
## ⚙️ Tech Stack
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
---
## 📂 Project Structure
```
DORA/
├── frontend/ # Mobile & Web app (React)
├── backend/ # API Server, AI Layer, MCP Server (Python FastAPI)
├── docs/ # Project Documentation
├── README.md
````
---
## 🤝 Contributing
We ❤️ contributions from the community! Please follow these steps:
**1.** Fork the repository:
```bash
git clone https://github.com/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant.git
````
**2.** Navigate to project directory & install dependencies:
```bash
cd DORA-AI-Powered-Virtual-Personal-Assistant
```
**Frontend Setup:**
```bash
cd frontend
npm install
```
**Backend Setup (Python FastAPI):**
```bash
cd backend
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
```
**3.** Create a new branch:
```bash
git checkout -b
```
**4.** Make your changes, commit, and push:
```bash
git add .
git commit -m "Describe your changes"
git push origin
```
**5.** Submit a Pull Request! 🎉
---
## ❤️ Our Contributors
---
## ⚙️ Project Setup
**Start Frontend:**
```bash
cd frontend
npm run dev
```
**Start Backend:**
```bash
cd backend
uvicorn main:app --reload
```
---
## 📬 Contact
For queries, feedback, or collaboration:
---
## 🛡️ License
This project is licensed under the [MIT License](https://github.com/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant/blob/main/LICENSE).
---
© 2024 Coder Vivek - Creator of DORA