https://github.com/sohamratnaparkhi/transliterate
This is a project created for revolutionizing Online Education by trying to eradicate the problem of language barrier
https://github.com/sohamratnaparkhi/transliterate
flask flask-application free hackathon-project hacktoberfest hacktoberfest2022 javascript open-source python transliteration
Last synced: 6 months ago
JSON representation
This is a project created for revolutionizing Online Education by trying to eradicate the problem of language barrier
- Host: GitHub
- URL: https://github.com/sohamratnaparkhi/transliterate
- Owner: SohamRatnaparkhi
- License: mit
- Created: 2022-07-09T12:36:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T06:09:23.000Z (over 2 years ago)
- Last Synced: 2025-04-11T05:14:41.517Z (6 months ago)
- Topics: flask, flask-application, free, hackathon-project, hacktoberfest, hacktoberfest2022, javascript, open-source, python, transliteration
- Language: HTML
- Homepage: https://transliterate-ht.herokuapp.com/
- Size: 21.5 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Transliterate
- This is `Flask web-app`.
- Its `Heroku app` is available as well.🧵 A short note from developer!
There is a high possibility that the Heroku link might not work in future because I might loss the free teir access soon. If it fails to work, you can still use the application by `git cloning` it.
> From a developer's perspective, I think it would be best to use the Flask app!
- Its documentation is available in the [Documentaion folder](https://github.com/SohamRatnaparkhi/Transliterate/tree/main/Documentation). It will help you to get started with the tool.## Run the following commands in the terminal to use this app locally.
Before that some basic pre-requisites!
- [Install `git`](https://git-scm.com/downloads)
- [Python3](https://www.python.org/downloads/)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.git
cd Transliterate
```
----
`STEP 3` - Installing all dependancies```
pip install -r requirements.txt
```
---
`STEP 4` - Running the flask app!
```
flask run
```> It would be great if you will ⭐ this repo!
Transliterate-2
(a newer and better version of this app)
A newer version of this app is available here but as this version is very close to my heart, I won't drop this version.
The latest version though - has some added features like:
* Translation of video along with audio with text.
* Much better UI
* Now users wont get redirected to a new page to see the translation.
## Screenshots of website



Some important links to get help you getting started with this tool:
- [Guide](https://github.com/SohamRatnaparkhi/Transliterate/blob/main/Documentation/guide.md)
- [Features](https://github.com/SohamRatnaparkhi/Transliterate/blob/main/Documentation/features.md)
- [Supported languages](https://github.com/SohamRatnaparkhi/Transliterate/blob/main/Documentation/LanguageSupport.md)You can always [open an issue](#https://github.com/SohamRatnaparkhi/Transliterate/issues) if you have any questions or open a discussion. Thanks for using Transliterate!