https://github.com/nomomon/soft-skill-ai
:speech_balloon: Telegram bot that simulates work situations to help HR select people for support. It generates text scenarios using GPT-3 from OpenAI.
https://github.com/nomomon/soft-skill-ai
chatbot gpt-3 hr jastalents openai scenario-creator telegram telegram-bot
Last synced: about 1 month ago
JSON representation
:speech_balloon: Telegram bot that simulates work situations to help HR select people for support. It generates text scenarios using GPT-3 from OpenAI.
- Host: GitHub
- URL: https://github.com/nomomon/soft-skill-ai
- Owner: nomomon
- License: mit
- Created: 2021-05-19T02:50:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T06:33:54.000Z (about 2 years ago)
- Last Synced: 2025-01-15T13:44:13.773Z (over 1 year ago)
- Topics: chatbot, gpt-3, hr, jastalents, openai, scenario-creator, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Soft Skill AI
Telegram bot that simulates work situations to help HR evaluate candidates for support roles. Generates scenarios using GPT-3.

## What's this about
The bot throws realistic work scenarios at users — angry customers, confused shoppers, tricky support situations — and evaluates how they respond. Built with Flask, GPT-3, and the Telegram Bot API. We used it as a tool for HR teams to screen candidates in a more interactive way.
Built by the Nurmukhambetov brothers (Mansur, Amir, Zhangir).
[Pitch video on YouTube](https://www.youtube.com/watch?v=RhdQjmgWrCo)
## How to launch
```bash
pip install -r requirements.txt
```
Edit `config.py` with your OpenAI API key and Telegram bot token, then:
```bash
python app.py
```
For deployment, there's a `Procfile` for Heroku.
## Try it
The bot [@ssai_bot](https://t.me/ssai_bot) is currently offline, but you can try the prompts in OpenAI's playground:
- [Angry Customer scenario](https://beta.openai.com/playground/p/31HUmVTFluAK9dxwADjvJNRG?model=davinci)
- [Shop Keeper scenario](https://beta.openai.com/playground/p/bcZCOaUUXe7o64pCs0uPBi6X?model=davinci)
- [Can't Understand scenario](https://beta.openai.com/playground/p/hE04QHIviwoLt7v6XptKFscJ?model=davinci)