Calculation of the frame size of the Chat Bubble(iOS Client)

.post-title { margin-bottom: 80px; } Starting with the implementation, we will need a UICollectionViewController. import UIKit class ChatViewController: UICollectionViewController, UICollectionViewDelegateFlowLayout { let cellId = "cellId" override func viewDidLoad() { super.viewDidLoad() } } Then, we setup the backgrou…

Susi AI Skill Development

.post-title { margin-bottom: 30px; } What is Susi? Susi is an open source intelligent personal assistant which has the capability to learn and respond better to queries. It is also capable of making to-do lists, setting alarms, providing weather and traffic info all in real time. Susi responds based on skills. What…