Skip to content

Latest commit

History

History
37 lines (21 loc) 路 1.41 KB

README.md

File metadata and controls

37 lines (21 loc) 路 1.41 KB

馃崕 Mx. Apple: GPT-3 powered Q\A personality

This project intends to connect art&science into one idea. Idea of tighter connection between human and objects of everyday life a simple bot that allows you to chat with various personas.


馃摪 Check published article at Towards Data Science for more!


apple

Web interface

馃毄 You need key to access GPT-3 by OpenAI. Check this website

Install requirements: pip install -r requirements.txt

Add the key:

export OPENAI_API_KEY=sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXX

Run Flask back-end:

python3 web.py -p apple

Hardware

Our idead is that instead of keyaboard we used touches. Special conductive paint was painted onto apple and connected to the Arduino. Each point corresponds to the topics of question. Touch triggers serial port message which listened for at Web UI. That triggers question to chatbot and display the responce.


馃 Thanks

Thanks to gpt3-persona-bot for the awesome example of creating personality in few steps with OpenaAI API