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!
🚩 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
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 to gpt3-persona-bot for the awesome example of creating personality in few steps with OpenaAI API