VoiceRx is an innovative voice-activated prescription generator that leverages advanced natural language processing (NLP) and machine learning technologies. This application aims to streamline the prescription creation process for healthcare professionals by allowing them to generate prescriptions through voice commands.
- Voice-Activated Prescription Generation: Utilize the power of voice commands to create accurate and efficient prescriptions.
- NLP Processing: Leverage advanced natural language processing to interpret and understand voice inputs accurately.
- Prescription History: Maintain a comprehensive history of generated prescriptions for reference and auditing purposes.
- Multi-Factor Authentication: Ensure secure access with multi-factor authentication for healthcare professional accounts.
- Docker CLI & Docker Desktop
- Node JS LTS
- Node Package Manager (NPM)
- Clone the repository:
git clone https://github.com/Voice-Rx/voicerx.git
- Navigate to the project directory:
cd voicerx
- Install Dependencies
npm install
- Build Docker Image
docker build -t voicerx .
