Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctorpok42/pheere
Pheere is a simple virtual assistant
https://github.com/doctorpok42/pheere
ai chatgpt elevenlabs ts virtual-assistant whisper
Last synced: about 1 month ago
JSON representation
Pheere is a simple virtual assistant
- Host: GitHub
- URL: https://github.com/doctorpok42/pheere
- Owner: DoctorPok42
- License: mit
- Created: 2023-07-05T20:54:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-10T13:42:41.000Z (over 1 year ago)
- Last Synced: 2024-05-02T04:10:32.816Z (8 months ago)
- Topics: ai, chatgpt, elevenlabs, ts, virtual-assistant, whisper
- Language: TypeScript
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pheere
#### Pheere is a simple virtual assistant with Wisper, ChatGPT and ElevenLabs
## Requirements
- Node.js >= 16.17.1
```bash
node -v
```## Installation
1. Clone the repository
```bash
git clone
```2. Install dependencies
```bash
npm install
```3. Create a .env file and add your API keys
```bash
touch .env
```4. Add your API keys
```bash
OPENAI_API_KEY="YOUR_API_KEY"
ELEVENLABS_API_KEY="YOUR_API_KEY"
```5. Run the project
```bash
npm run dev
```## Usage
```bash
npm run dev
```## Techs
- [Wisper](https://openai.com/research/whisper/)
- [ChatGPT](https://openai.com/chatgpt)
- [ElevenLabs](https://www.eleven-labs.com/fr/)## License
MIT