https://github.com/danieldacosta/ai-flashcards-generator
Parses lengthy YouTube transcripts with its Semantic Extraction Algorithm (SEA) to create flashcards
https://github.com/danieldacosta/ai-flashcards-generator
Last synced: about 2 months ago
JSON representation
Parses lengthy YouTube transcripts with its Semantic Extraction Algorithm (SEA) to create flashcards
- Host: GitHub
- URL: https://github.com/danieldacosta/ai-flashcards-generator
- Owner: DanielDaCosta
- License: mit
- Created: 2024-05-27T17:36:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T22:12:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:10:38.075Z (over 1 year ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ai-flashcards-generator
Parses lengthy YouTube transcripts with its Semantic Extraction Algorithm (SEA) to create flashcards.
# Execution
## GCP Key Set-Up
```
export GOOGLE_APPLICATION_CREDENTIALS="authentication.json"
```
## Backend
```
uvicorn main:app
```
## Frontend
```
npm run dev
```