Sanskrit Text-To-Speech Web-App - Made this for my Sanskrit Learning Journey https://sanskrit.winsdominoes.net
Go to file
Win f6e27d5f76 Added Dockerfile 2024-07-19 10:43:13 +07:00
public/assets Switch to light mode 2023-08-20 22:02:24 +07:00
views Updated source code footer link 2023-08-21 06:30:32 +07:00
.gitignore Switch to light mode 2023-08-20 22:02:24 +07:00
Dockerfile Added Dockerfile 2024-07-19 10:43:13 +07:00
LICENSE Added LICENSE 2024-07-19 10:30:12 +07:00
README.md Switch to light mode 2023-08-20 22:02:24 +07:00
docker-compose.yml Added Dockerfile 2024-07-19 10:43:13 +07:00
index.js Switch to light mode 2023-08-20 22:02:24 +07:00
package.json Switch to light mode 2023-08-20 22:02:24 +07:00

README.md

Sanskrit TTS

Info

A text to speech web-app for the ancient language Sanskrit, using https://github.com/SameeraMurthy/sanskrit-tts npm library.

Writing Scripts

All scripts supported by the sanskrit-tts library are supported.

  • bengali
  • devanagari
  • gujarati
  • gurmukhi
  • kannada
  • malayalam
  • oriya
  • tamil
  • telugu
  • grantha
  • grantamil
  • hk (Harvard-Kyoto)
  • iast (International Alphabet of Sanskrit Transliteration)
  • iso15919 (ISO 15919)
  • itrans (ITRANS)
  • slp1 (Sanskrit Library Phonetic Basic)
  • velthuis (Velthuis)
  • wx (WX)

Instances

URL Country Status Hosted By
sanskrit.winsdominoes.net 🇹🇭 Up @WinsDominoes

Quick Setup

Wanna try this out? Here's what you need to do

Clone this repo

git clone https://github.com/WinsDominoes/sanskrit-tts

Install packages

npm install -y

Run the application

node .

The frontend endpoint will be at http://localhost:3000 and the API endpoint will be at http://localhost:3000/api/tts

Credits