-
Notifications
You must be signed in to change notification settings - Fork 22
Deployment
Shruti1229 edited this page Dec 12, 2023
·
5 revisions
Documentation for deployment (in-progress).
The new Chitralekha platform.
- Frontend: https://chitralekha.ai4bharat.org
- Repo_Branch: https://github.com/AI4Bharat/Chitralekha-Frontend/tree/master
- Deployment mode: GitHub Pages (automated)
- Backend: https://backend.chitralekha.ai4bharat.org
- Repo_Branch: https://github.com/AI4Bharat/Chitralekha-Backend/tree/master
- Deployment mode: Manual
- Frontend: https://dev.chitralekha.ai4bharat.org/
- Repo_Branch: https://github.com/AI4Bharat/Chitralekha-Frontend/tree/develop2
- Deployment mode: Azure CDN (automated)
- Backend: https://backend.dev.chitralekha.ai4bharat.org
- Repo_Branch: https://github.com/AI4Bharat/Chitralekha-Backend/tree/dev
- Deployment mode: Manual
Old Chitralekha tool (which might soon be depreceated)
- Frontend: https://lite.chitralekha.ai4bharat.org
- Repo_Branch: https://github.com/AI4Bharat/Chitralekha-Frontend-Lite
- Deployment mode: GitHub Pages (automated)
- Backend: https://backend.lite.chitralekha.ai4bharat.org/
- Repo_Branch: https://github.com/AI4Bharat/Chitralekha-Backend/tree/lite
- Deployment mode: Manual
Another instance of Old Chitralekha, but without ASR, NMT and login features which we use to evaluate candidates who interview for transcriptionist role at AI4Bharat.
- Frontend: https://transcription.recruitment.ai4bharat.org
- Repo_Branch: Same master of old-Chitralekha, but set env variable:
REACT_APP_LITE=true
- Deployment mode: Manual, to Azure
- Repo_Branch: Same master of old-Chitralekha, but set env variable:
- Backend: Same as old-Chitralekha tool