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

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

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
```