Flask web-app
. Before that, please install some basic pre-requisites!
then run following commands.
STEP 1
- Creating virtual enviroment
To do so:-
pip install virtualenv
virtualenv transliterate
.\transliterate\Scripts\activate
STEP 2
- Cloning the project locally
git clone https://github.com/SohamRatnaparkhi/transliterate-v2.git
cd transliterate-v2
STEP 3
- Installing all dependancies
pip install -r requirements.txt
STEP 4
- Running the flask app!
flask run
It would be great if you ⭐this repo, if you are using it!
Some important links to get help you getting started with this tool:
You can always open an issue if you have any questions or open a discussion. Thanks for using Transliterate!