An intelligent research platform developed by Team Commit and Conquer (Team Lead: Avinash Yarukala). Built under high time-pressure during HackWithHyderabad 2024.
- Multi-Source Knowledge Gathering: Fetches and synthesizes information from uploaded PDFs/DOCX files as well as live web crawls.
- Citation & Trust Engine: Ranks sources by academic credibility and recency, providing explicit inline citations for every generated answer.
- Living Research Notebook: Stores Q&A histories in version-controlled collaborative project spaces.
- Conflict Detection: Highlights agreements vs. contradictions across different research papers and web sources.
- Frontend: React.js, Tailwind CSS, Vite
- Backend: Python, FastAPI, LangChain, SentenceTransformers
- Deployment: Netlify (Frontend) / Cloud (Backend API)
# Clone the repository
git clone https://github.com/Avinashy324/Smart_Research_Assistant.git
cd Smart_Research_Assistant
# Install dependencies & start frontend
npm install
npm run devDeveloped with ❤️ by Avinash Yarukala (KLH University).