Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doctorpok42/pheere-app
- Owner: DoctorPok42
- License: mit
- Created: 2023-07-26T21:00:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T07:14:22.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:10:32.343Z (7 months ago)
- Topics: ai, chatgpt, desktop-app, elevenlabs, nextjs, scss, tauri, ts, virtual-assistant, whisper
- Language: TypeScript
- Homepage:
- Size: 974 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)