https://github.com/webmaxru/praisegpt
PraiseGPT - Praise your colleagues on a large scale!
https://github.com/webmaxru/praisegpt
Last synced: about 1 year ago
JSON representation
PraiseGPT - Praise your colleagues on a large scale!
- Host: GitHub
- URL: https://github.com/webmaxru/praisegpt
- Owner: webmaxru
- License: mit
- Created: 2023-06-26T13:08:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T13:31:13.000Z (about 3 years ago)
- Last Synced: 2025-04-15T17:59:56.400Z (about 1 year ago)
- Language: JavaScript
- Size: 3.07 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PraiseGPT - Praise your colleagues on a large scale!
ChatGPT-powered bot whose only goal is to help you write positive feedback to your colleagues.
### Web application (installable, offline-ready)
[PraiseGPT](https://praise.promptengineering.rocks/) - Praise your colleagues on a large scale!
## Getting Started
### Frontend
First, run the development server:
```bash
cd app
npm install
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Backend
1. In your Azure account create a new resource group with the following services (free or lowest tier is fine):
- Azure OpenAI Service with gpt-35-turbo model deployments.
- Azure Static Web Apps (if you want to deploy your app later). Free tier is fine.
2. In `app/api/` folder rename `local.settings.template.json` to `local.settings.json` and fill in the values there by the names, endpoints, keys from the first step.
3. Run `func start` in `app/api/` folder. This will start Azure Functions locally.
6. You might also want to fine-tune prompts, quickstarts, and suggestions in JSON files located in `app/api/promptengineering` and `app/promptengineering` folders.
You are fully ready to interact with your own assistant now!
## About
### Author
[Maxim Salnikov](https://www.linkedin.com/in/webmax/). Feel free to contact me if you have any questions about the project, cloud in general, Azure, OpenAI, JavaScript, React, Angular, PWA, etc.
### License
This project is licensed under the terms of the MIT license.