USP / README.md
Phoe2004's picture
Upload 10 files
7017726 verified
|
Raw
History Blame Contribute Delete
1.58 kB
metadata
title: Myanmar Voice Studio
emoji: πŸ”Š
colorFrom: yellow
colorTo: green
sdk: docker
app_port: 7860
pinned: false

Myanmar Voice Studio

A free Myanmar (Burmese) text-to-speech web app built on Edge TTS, with an English-language marketing site (Home, About, Privacy, Terms) designed to be AdSense-friendly.

Voices

  • my-MM-NilarNeural β€” Nilar (Female)
  • my-MM-ThihaNeural β€” Thiha (Male)

Pages

  • / β€” Home: hero, TTS tool, How It Works, Features, Use Cases, FAQ
  • /about β€” About the project
  • /privacy β€” Privacy Policy (AdSense / cookies disclosure)
  • /terms β€” Terms of Use

Limits

  • Maximum text length: 10,000 characters per request.

Local run

pip install -r requirements.txt
python app.py

Deploy on Hugging Face Spaces

  1. Create a new Space β†’ SDK: Docker.
  2. Upload all files (Dockerfile, requirements.txt, app.py, index.html, about.html, privacy.html, terms.html, style.css, app.js, README.md) at the root of the repo β€” no subfolders.
  3. Space builds and serves on port 7860 automatically.

Before going live β€” replace these placeholders

  • ca-pub-XXXXXXXXXXXXXXXX in index.html, about.html, privacy.html, terms.html β†’ your real AdSense publisher ID.
  • data-ad-slot="1111111111" / "2222222222" in index.html β†’ your real ad unit slot IDs.
  • contact@example.com in privacy.html / terms.html β†’ a real contact email.
  • Add your Space's domain (yourname-spacename.hf.space) under AdSense β†’ Sites and wait for review/approval.