git clone git@github.com:adithya-ananth/Pathway-Hackathon-2025.git
GEMINI_API_KEY_EXTRACT=your_key_here
GEMINI_API_KEY_ENRICH=your_key_here
GEMINI_API_KEY_SUMMARIZE=your_key_here
cd backend
python -m venv env
source env/bin/activate
pip install -r requirements.txt
pip install -r requirements.txt
uvicorn main:app --port 8080
cd ../frontend
npm install
npm run dev
Our application provides Real-time Academic Research Discovery with AI-Powered Fallback, to provide accurate and efficient replies to research-related user queries. Using Pathway's parser and RAG setup, we've been able to implement a real-time research assistant, that also utilises the arXiv and Gemini APIS.