Roomey_AI_Voice_Agent
Roomey is a multi-purpose Voice Agent designed to run your personal and business life.
GitHub Stars
49
User Rating
Not Rated
Favorites
0
Views
20
Forks
5
Issues
0
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Follow these steps to set up and run Roomey on your system:
Python 3.9+ installed on your system
Git for cloning the repository
Internet connection for API access
Google Gemini API key
1Clone the repository
bash
git clone https://github.com/augmentedstartups/Roomey_AI_Voice_Agent.git
cd Roomey_AI_Voice_Agent
2Create a virtual environment
bash
python -m venv myenv
3Activate the environment
bash
source myenv/bin/activate # On macOS/Linux
4Install dependencies
```bash