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

https://github.com/xkeshav/bhasha

A sample for bhashini translator
https://github.com/xkeshav/bhasha

bhasha bhashini indic-language text-translate

Last synced: 2 months ago
JSON representation

A sample for bhashini translator

Awesome Lists containing this project

README

        

# Bhasha

This is project repository for Bhasha

here we have been trying to convert english content into 22 indian language

## How to start

- Navigate to the repo from terminal
- Install dependencies using below command

```sh
> npm install
```

- After successful completion of above command, run

```sh
> npm run dev
```