Built for the Google × Kaggle AI Agents: Intensive Vibe Coding Capstone Project
🎥 Demo Video: ("https://youtu.be/s9KUQ1ruQag")

AIROS is an AI Research Operating System that transforms fragmented scientific literature into a structured, persistent research workspace.
Instead of functioning as a traditional chatbot, AIROS organizes research into dedicated workspaces where AI-powered pipelines assist with literature discovery, evidence extraction, knowledge organization, and intelligent research exploration.
Modern research is scattered across:
- Academic papers
- PDFs
- Search engines
- AI chatbots
- Personal notes
Researchers spend significant time switching between tools, organizing information, and maintaining context throughout long-term projects.
AIROS centralizes the research workflow into a unified workspace where researchers can:
- Create dedicated research projects
- Organize scientific literature
- Upload and analyze PDFs
- Explore structured evidence
- Visualize relationships through knowledge graphs
- Interact with an AI Research Copilot
- 📚 Literature Workspace
- 📄 PDF Upload & Processing
- 🧠 Research Planner
- 🔍 Literature Retrieval
- 📊 Evidence Analysis
- 🌐 Interactive Knowledge Graph
- 🤖 Research Copilot
- 📂 Persistent Research Workspaces
- 🔒 Security Initialization
- 📈 Evaluation Dashboard
Create Research Project
│
▼
Research Planner
│
▼
Literature Retrieval
│
▼
PDF Processing
│
▼
Evidence Extraction
│
▼
Knowledge Graph
│
▼
Research Copilot
- Next.js
- React
- TypeScript
- Tailwind CSS
- FastAPI
- Python
- Google Gemini
- Google ADK
- Retrieval-Augmented Generation (RAG)
- ChromaDB
- Supabase
AIROS/
│
├── frontend/
├── backend/
├── agents/
├── docker/
├── tests/
│
├── README.md
├── LICENSE
└── .env.example
git clone https://github.com/YOUR_USERNAME/AIROS.git
cd AIROScd frontend
npm installcd backend
pip install -r requirements.txtCopy:
.env.example
to
.env
and configure your API keys.
Frontend
cd frontend
npm run devBackend
cd backend
uvicorn app.main:app --reloadThis project was developed as part of the Google × Kaggle AI Agents: Intensive Vibe Coding Capstone Project, demonstrating the application of AI agents to support scientific research workflows.
AIROS is designed with a modular architecture that can be extended with additional research capabilities while preserving a unified research workspace.
This project is licensed under the MIT License.