Go to file
2024-11-24 21:36:53 +01:00
scripts Remove config.js from git tracking 2024-11-22 21:14:28 +01:00
styles moved files, renamed .html, fixed links 2024-11-22 19:40:51 +01:00
.gitignore update config.js 2024-11-22 21:09:05 +01:00
index.html moved files, renamed .html, fixed links 2024-11-22 19:40:51 +01:00
README.md Update Readme about config.js 2024-11-22 21:16:06 +01:00
storage_to_db.py Get video in bucket and insert into DB 2024-11-24 21:36:53 +01:00

Prekladač slovenčiny do posunkovej reči

Zadanie

Vytvoriť systém, ktorý umožňuje nahrávku reči rozpoznať a „vygenerovať preloženú sekvenciu“ v posunkovej reči.

Zdroje

config.js structure

// scripts/config.js
const config = {
	SUPABASE_URL: 'URL',
	SUPABASE_KEY: 'KEY'
};

export default config;