Go to file
2024-11-23 14:59:41 +00:00
scripts funguje 2024-11-23 14:59:41 +00:00
styles Update styles/style.css 2024-11-23 14:13:07 +00: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

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;