/EmojiClassifier

Pay no attention to this tiny machine learning experiment. Nothing to see here.

Primary LanguagePython

Goals:

  • Make a site for quickly and easily gathering data
  • Use this as an opportunity to compare different techniques
    • CNN
    • Multiclass Naive Bayes
    • Direct Learning (Multiclass SVM / Perceptron)

Technical Aspects:

  • Avoid using ML libraries
  • Backend written in Python/Flask
  • Frontend = mostly vanilla JS