AI4Bharat / Fonts-for-Indian-Scripts

Font style transfer for Devanāgarī script using GANs

Home Page:http://fonts.ai4bharat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fonts Generation for Indic Scripts

Font style transfer for Indian scripts using GANs.
Currently supports only Devanagari.

For full details about the project, go to:
https://fonts.ai4bharat.org

WebDemo UI

Ensure you have installed StreamLit by pip install streamlit

To run: streamlit run font_GAN_ui.py

Hosting UI on GCP

Pre-requisites

  • Create a GCP VM (Compute Engine) with HTTP/HTTPS exposed
  • Optional: Set a static IP to the VM
  • Install a remote Terminal session mananger: sudo apt install byobu

Running StreamLit server

  • Type byobu to open a session
  • cd into the project directory
  • Run UI on port 80: sudo env PATH=$PATH streamlit run font_GAN_ui.py --server.port 80

Now you can access the UI at: http://<VM_IP>/

About

Font style transfer for Devanāgarī script using GANs

http://fonts.ai4bharat.org


Languages

Language:Python 100.0%