Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shalinir8/pdf-to-flashcards


https://github.com/shalinir8/pdf-to-flashcards

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# PDF to Flashcards

This project allows users to upload PDF study materials and converts them into question-answer flashcards using AWS services.

## Architecture

- **S3**: Stores uploaded PDFs.
- **Lambda**: Processes PDFs and generates flashcards.
- **API Gateway**: Exposes endpoints for uploading PDFs and fetching flashcards.
- **DynamoDB**: Stores the generated flashcards.