/chatbot

Chatbot App for iOS

Primary LanguageSwift

Chatbot written in SwiftUI and python

How to use

  • Install python
  • Install pip
  • Install flask
  • pip install gevent
  • pip install eventlet
python chatbot.py

curl -X POST http://127.0.0.1:5000/chat -H "Content-Type: application/json" -d "{\"message\":\"hello\"}"