This is a Node.js server that provides APIs for translating medicine names and transcribing audio to text.
Before you begin, ensure you have met the following requirements:
- Node.js installed
- Google Cloud credentials set up (
key.json)
- Clone this repository.
https://github.com/grey-box/project_codex_database
- Install dependencies using
npm install. - Start the server using
npm start. - The server will run on http://localhost:8080
- Endpoint for fetching translated medicine names:
/api/translated-names/:medicine - Endpoint for text-to-speech conversion:
/api/text-to-speech - Endpoint for audio transcription:
/api/transcribe