Font style transfer for Indian scripts using GANs.
Currently supports only Devanagari.
For full details about the project, go to:
https://fonts.ai4bharat.org
Ensure you have installed StreamLit by pip install streamlit
To run: streamlit run font_GAN_ui.py
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>/