Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shalinir8/pdf-to-flashcards
https://github.com/shalinir8/pdf-to-flashcards
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shalinir8/pdf-to-flashcards
- Owner: ShaliniR8
- Created: 2024-06-23T08:48:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T06:32:08.000Z (7 months ago)
- Last Synced: 2024-06-25T08:18:41.523Z (7 months ago)
- Language: Python
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.