Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doctorpok42/pheere-app

Pheere is a simple virtual assistant
https://github.com/doctorpok42/pheere-app

ai chatgpt desktop-app elevenlabs nextjs scss tauri ts virtual-assistant whisper

Last synced: 3 days ago
JSON representation

Pheere is a simple virtual assistant

Awesome Lists containing this project

README

        

# Pheere App

## Description

Pheere is a simple virtual assistant that can be used to search some information on the internet.

## Requirements

1. Node JS 16.17.1 or higher

```bash
$ node -v
v16.17.1
```

## Installation

1. Clone the repository

```bash
git clone [email protected]:DoctorPok42/Pheere-App.git
```

2. Install dependencies

```bash
npm install
```

3. Add .env file

```bash
touch .env
```

4. Add the following variables to the .env file

```bash
GPT_TOKEN="YOUR_GPT_TOKEN"
ELEVENLAS_TOKEN="YOUR_ELEVENLAS_TOKEN"
```

5. Run the project

```bash
npm run dev
```

## Usage

1. Go to the window that opened after running the project

2. Ask a question to Pheere

## License

[MIT](https://github.com/DoctorPok42/Pheere-App/blob/main/LICENSE)