Contributor
Karthik Ramesh Iyer

Data Visualization library for Swift


Mentors
Brad Larson, Marc Rasi
Organization
TensorFlow

Swift for TensorFlow is a Swift library that helps develop and train ML models. Data Visualization can be helpful when exploring a dataset. It helps in identifying patterns, corrupt data, outliers, etc. It helps in the qualitative understanding of data. But as of now, there is no way one can plot graphs natively using Swift that works cross-platform. We do have CorePlot, but it works only on macOS and iOS. This project aims to make a Data Visualization library (similar to matplotlib) for Swift that works on Linux, macOS and Windows as well.