Loading repository data…
Loading repository data…
skupperr / repository
Prove My Point is a web-based AI assistant designed to help users back their arguments with credible, research-backed information. It allows users to ask complex or controversial questions and instantly receive answers supported by real research papers from academic sources like arXiv, PubMed, and Semantic Scholar.
Back your arguments with facts, not opinions.
Prove My Point is a full-stack AI-powered research assistant designed to help users back their arguments with reliable, science-backed information from real research papers.
Prove-My-Point/
├── Backend/ # FastAPI backend (with Firebase)
│ ├── src/
│ │ ├── ai_generator/
│ │ ├── routes/
| | | └── request_manager.
│ │ ├── firebase_config.py
│ │ ├── utils.py
│ │ ├── app.py
│ │ ├── firebase-key.json
| | └── .env
| ├──requirements.txt
│ └── server.py
│
├── Frontend/ # React + Vite frontend
│ ├── src/
| | ├── askAI/
| | ├── auth/
| | ├── home/
| | ├── layout/
| | ├── utils/
| | | └── api.js
| | ├── App.css
| | ├── index.css
| | ├── main.jsx
│ ├── public/
| ├── vercel.json # Vercel routing config
| ├── .env
│ └── index.html
│
└── README.md # This file
Created with ❤️ by Asif U. Ahmed