Our Presentation
Our Demo Video
ARIA is an AI-powered interactive avatar assistant that leverages Retrieval-Augmented Generation (RAG) to provide human-like responses and dynamic interactions. Designed to be a personal assistant, ARIA seamlessly integrates knowledge retrieval, reasoning, and real-time engagement.
- Adaptive RAG Mechanism – Enhances response accuracy by dynamically retrieving relevant context before generating answers.
- Interactive Avatar – Engages users with lifelike expressions and natural conversation.
- Real-Time Learning – Continuously improves based on user interactions and feedback.
- Machine Learning – Embeddings, Retrieval-Augmented Generation (RAG), text-to-speech generation, elastic search
- User Interface – VRoid Studio
- Web & Cloud Infrastructure – Fast API backend, React frontend, next.js, TypeScript, MongoDB, docker
# create a conda environment
conda create -n aria python=3.10
conda activate aria
# Clone the repository
git clone https://github.com/MinjaeKimmm/googlesecretary.git
cd googlesecretary
# Install dependencies for both client and server
pip install -r requirements.txt
# Run the application
python main.py- Authorize Google API and setup Google Drive, Calendar, and Gmail.
- Start ARIA and interact via text or voice commands.
- Learn awesome features and functionalities of ARIA that makes your life easier.
- Use it anywhere, anytime, and enjoy the convenience of having a personal assistant.
![]() |
![]() |
![]() |
![]() |
|---|---|---|---|
| Minjae Kim - Backend Engineer | Jaeyoung Shin - AI Engineer | Sumin Lee - Frontend Engineer | Seonuk Kim - UI/UX Designer |
- Expand support for additional languages
- Enhance API integrations for third-party services
- Implement advanced conversational features
- Optimize performance and scalability
- Develop custom avatars and animations
- Integrate with AR/VR platforms
- Deploy on cloud services for global accessibility
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature-name) - Commit your changes (
git commit -m 'Add feature') - Push to the branch (
git push origin feature-name) - Open a pull request
This project is licensed under the MIT License.
Made with ❤️ by the ARIA Team.



