Upload a PDF and get a summary of the content.
- Next.js
- Tailwind CSS
- MongoDB
- DeepSeek API
- Clone the repository
git clone https://github.com/essinn/AbstractPDF-pdf-summarizer.git
- Install dependencies
npm install
- Create a
.env.local
file and add the following:
MONGODB_URI=mongodb_uri
DEEPSEEK_API_KEY=your_deepseek_api_key
DEEPSEEK_API_URL=https://api.deepseek.com/
- Run the development server
npm run dev