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
- Host: GitHub
- URL: https://github.com/xkeshav/bhasha
- Owner: xkeshav
- License: mit
- Created: 2024-07-26T03:31:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T15:35:05.000Z (9 months ago)
- Last Synced: 2025-02-17T02:59:10.845Z (3 months ago)
- Topics: bhasha, bhashini, indic-language, text-translate
- Language: JavaScript
- Homepage: https://xkeshav.github.io/bhasha/
- Size: 297 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
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
```