Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 597 Bytes

chat-example

Finding a conversation topics that suit two different persons is not an easy task.

This is a simple application that let you get conversation starters according to two different personalities. The goal is to help people to find a common ground to start a conversation.

Powered by Langame 😛 API

Screen.Recording.2022-11-19.at.16.50.45.mov

Development

virtualenv env
source env/bin/activate
pip install -r requirements-test.txt

Contributing

How to release

make release