Skip to content

omarmhaimdat/TopicClassifier

Repository files navigation

Easy Topic Classifier on iOS with Apple's Natural Language Framework

How to take advantage of Apple's APIs with already-existing data for text classification

Full Tutorial

Overview:

  1. What is Apple's "Natural Language" library?
  2. Find the dataset and preprocess it
  3. Train the model
  4. Evaluate the model
  5. Build the iOS Application
  6. Conclusion

I've wrote a full medium tutorial:

Medium Article

Final Results

Final Result:

Here’s the final result:

GIF of the final result

About me

Omar MHAIMDAT:

Linkedin: Linkedin profile

Email: [email protected]

Distributed under the MIT license. See LICENSE for more information.

Other projects

Face detection and recognition with CoreML and ARKit

Creating a License Plate Reading iOS Application Using OCR Technologies and CoreData

Using Core ML and Natural Language for Sentiment Analysis on iOS

Building a Sound Classification iOS Application using AI