Because "Trust me bro" isn't a valid source anymore.
Your AI-powered research assistant that provides scientifically-backed answers by analyzing millions of academic papers in real-time.
Live Demo Β· Report Bug Β· Request Feature
ScienceProves.Me revolutionizes research by providing instant, scientifically-backed answers to your questions. Our advanced RAG (Retrieval-Augmented Generation) system analyzes millions of academic papers in real-time, ensuring accurate and verifiable responses.
Feature | Description |
---|---|
π Pure Science | Only peer-reviewed papers and trusted scientific sources |
π Real-time RAG | Advanced retrieval-augmented generation for accurate answers |
π Full Transparency | Every answer includes citations and links to original research |
β No Hallucinations | Multi-stage verification ensures factual accuracy |
π« Modern UX | Sleek, responsive interface with real-time streaming responses |
Ready to dive in? Check out our detailed setup guides:
.
βββ Frontend/ # Next.js web application
β βββ src/
β β βββ app/
β β β βββ ask/
β β β βββ dashboard/
β β β βββ history/
β β βββ components/
β β β βββ ui/
β β β βββ nav-bar.tsx
β β β βββ footer.tsx
β β βββ hooks/
β β βββ lib/
β βββ public/
β βββ next.config.ts
β βββ package.json
β
βββ Backend/ # FastAPI + RAG system
βββ Data-ingestion/
β βββ data-ingestion.ipynb
βββ SQL/
β βββ create_documents_table.sql
β βββ create_queries_table.sql
β βββ match_documents.sql
βββ app/
β βββ main.py
β βββ core/config.py
β βββ db/manager.py
β βββ services/request_manager.py
βββ rag/
β βββ rag.py
β βββ rag_embeddings.py
β βββ rag_llm.py
β βββ rag_retriever.py
βββ requirements.txt
βββ vercel.json
- Integration with PubMed and Nature databases
- Question Caching for faster responses
- Web Search responses added to DB
- Advanced citation management system
We welcome contributions! Feel free to:
- Open issues for bugs or suggestions
- Submit pull requests
- Share feedback and ideas
Special thanks to our amazing community and partners:
- Cornell University and arXiv for the extensive research papers dataset
- @JasonGoodison for the RAG app concept
- @mckaywrigley for mentorship in RAG development
- @RLanceMartin and @LangChainAI for implementation ideas
- Pixegami for inspiration
This project is licensed under the MIT License - see the LICENSE file for details.