Back to Projects
PDF Analyzer with DeepSeek AI & OpenAI
A Next.js app for NLP tasks like summarization and Q&A using DeepSeek and OpenAI APIs.
Next.js
TypeScript
DeepSeek API
OpenAI
Clerk
Stripe
Prisma
PostgreSQL

Project Details
This application allows users to upload PDF documents and perform various natural language processing tasks such as summarization, question answering, and key information extraction. It uses a combination of DeepSeek and OpenAI models to provide accurate and efficient results.
Key Achievements
- Processed over 10,000 documents with 99.7% accuracy
- Reduced document analysis time by 85%
- Implemented subscription model with 40% conversion rate
Technical Implementation
The application uses a Next.js frontend with TypeScript for type safety. Authentication is handled by Clerk, and payments are processed through Stripe. The database layer uses Prisma with PostgreSQL for efficient data storage and retrieval. DeepSeek and OpenAI APIs are used for different NLP tasks based on complexity and cost considerations.