An open API service indexing awesome lists of open source software.

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

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

![image](https://user-images.githubusercontent.com/92905626/185051024-85a5e4fb-17b5-455e-a55d-d0592c307a39.png)
![image](https://user-images.githubusercontent.com/92905626/185051183-da6bc7f6-658f-42d4-8b66-569a75cb2ae5.png)
![image](https://user-images.githubusercontent.com/92905626/185051306-1aae41aa-4aa7-4517-8e19-6abfb5df18e8.png)
![image](https://user-images.githubusercontent.com/92905626/185051414-5bd92ebb-106c-4abf-8297-f6fcf10f651a.png)

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!