Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 363 Bytes

Oppey ML API

This is a the basic Django-based RESTFUL endpoint for Oppey ML conversations.

Development

Start the Django app by running python manage.py runserver 0.0.0.0:8000

How does it work?

It is using a framework called ChatterBot. Visit the ChatterBot documentation.