Installation
Follow these steps to set up Orvis Voice on your local machine.
1. Clone the Repository
Download the Orvis Voice repository from GitHub:
git clone https://github.com/orvis-assistant/orvis-voice.git
cd orvis-voice2. Obtain API Keys
Orvis Voice requires an API key for AI-powered natural language processing.
OpenAI – Required for handling speech recognition, natural language processing (NLP), and AI-driven responses.
After obtaining your API key, proceed with their configuration.
3. Install Dependencies
Navigate to the project directory and install required packages:
npm install4. Run the Application
Start the development server:
npm run devBy default, the application runs on http://localhost:3000.
5. Deploy to Vercel (Optional)
To deploy Orvis Voice on Vercel, run:
Last updated
