AskMyPDF
Full-stack AI PDF Q&A app: users upload PDFs, ask questions in plain language, and get answers grounded in the document text instead of generic replies.
What I built:
- PDF upload flow with server-side handling and validation
- Pipeline to extract and prepare document text for model context
- OpenAI API integration so prompts include relevant passages from the file
- React chat-style UI for asking follow-ups per uploaded document
- Express REST API with clear routes, validation, and error responses
- Configurable API keys and separation of frontend and backend for easier deployment