Integrating transformers into IOS apps

Transformers
Swift UI

An ios app for experimenting with using transformers in ios apps, consists of a chatbot with GP3, drawing pad with vision transformer, and a question answering app with DistillBert.

Details

Chatbot

Chatbot using the traditional server-client approach, with a listening RESTful API in api

Question Answering

QA app with a CoreML model directly built into the bundle, converted from DistillBert. Users can first scan arbitrary text and then ask questions.