Go to file
2024-11-22 20:08:11 +01:00
scripts Removed private key 🤡 2024-11-22 20:07:18 +01:00
styles moved files, renamed .html, fixed links 2024-11-22 19:40:51 +01:00
.gitignore Removed private key 🤡 2024-11-22 20:07:18 +01:00
index.html moved files, renamed .html, fixed links 2024-11-22 19:40:51 +01:00
README.md Updated readme with config.js structure 2024-11-22 20:08:11 +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

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

export default config;