This project is a full-stack web application that allows users to upload documents (PDFs or text) and receive intelligent, AI-generated summaries, scores, and constructive feedback. It streamlines the evaluation process by leveraging NLP models like Gemini Flash and automated content parsing to analyze user-uploaded content.
-
Upload support for PDFs and plain text
-
Real-time summarization, scoring, and AI-generated feedback
-
Clean, responsive frontend built with React and TypeScript
-
Fast and efficient backend using FastAPI and Python libraries like pdfplumber and python-docx
-
NLP-powered insights to assist with academic or professional content review
Frontend: React.JS, TypeScript, CSS
Backend: FastAPI, Python