Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bridgeconn/oce_2024_obs_ai_validator
https://github.com/bridgeconn/oce_2024_obs_ai_validator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bridgeconn/oce_2024_obs_ai_validator
- Owner: Bridgeconn
- Created: 2024-03-01T11:28:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T11:00:29.000Z (9 months ago)
- Last Synced: 2024-04-24T15:31:47.878Z (9 months ago)
- Language: JavaScript
- Size: 14.1 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [OBS AI VALIDATOR](https://github.com/Bridgeconn/oce_2024_obs_ai_validator)
This service enables the QA (content) team to use AI to assist them in checking the content of Open Bible Stories. All Indian gateway languages are supported by this service. There is currently only support for MD files; support for USFM files will be added in the future.
Workflow
- Upload the .md file that you want to check
- Select the language you submitted
- To do a machine translation, click the translate button
- Use the validate button to compare the uploaded and machine-translated files
This repository contains two services,i.e, API and Web Services.
API Service
This Project is a backend for the OBS AI Validator. It is built using Python, Fast API.
It serves the UI with APIs to validate the uploaded MD file.See the api app folder [README](/api/README.md) for more details on how to deploy the API Service.
Web Service
This is a web service made using React JS to provide a user interface for OBS AI VALIDATOR.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.See the ui app folder [README](/ui/README.md) for more details on how to deploy the web service.
Test Automation using Playwright
See the ui app folder [README](/ui/README.md) for more details
Architecture
![architecture](/ui/src/assets/architecture.png)