An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


DORA - AI-Powered Virtual Personal Assistant 🤖




![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge)
![Visitors](https://api.visitorbadge.io/api/visitors?path=codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant&countColor=%2523263759&style=for-the-badge)
![GitHub forks](https://img.shields.io/github/forks/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant?style=for-the-badge)
![GitHub Repo stars](https://img.shields.io/github/stars/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant?style=for-the-badge)
![GitHub contributors](https://img.shields.io/github/contributors/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant?style=for-the-badge)
![GitHub repo size](https://img.shields.io/github/repo-size/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant?style=for-the-badge)
![Github](https://img.shields.io/github/license/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant?style=for-the-badge)
![GitHub issues](https://img.shields.io/github/issues/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant?style=for-the-badge)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant?style=for-the-badge)
![GitHub pull requests](https://img.shields.io/github/issues-pr/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant?style=for-the-badge)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/codervivek5/DORA-AI-Powered-Virtual-Personal-Assistant?style=for-the-badge)

---

## 📚 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

- ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
- ![Python](https://img.shields.io/badge/python-3.11-blue?style=for-the-badge&logo=python)
- ![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi)
- ![Pinecone](https://img.shields.io/badge/Pinecone-%230096FF.svg?style=for-the-badge&logo=pinecone&logoColor=white)
- ![LangGraph](https://img.shields.io/badge/LangGraph-purple?style=for-the-badge)
- ![CrewAI](https://img.shields.io/badge/CrewAI-orange?style=for-the-badge)
- ![Google Speech](https://img.shields.io/badge/Google%20Speech-4285F4?style=for-the-badge&logo=google)
- ![ElevenLabs](https://img.shields.io/badge/ElevenLabs-yellow?style=for-the-badge)
- ![Firebase](https://img.shields.io/badge/Firebase-FFCA28?style=for-the-badge&logo=firebase)
- ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css)

---

## 📂 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


(Back to top)