jlooper / eMiLy

✍️ A mobile app all about Emily Dickinson's poetry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to eMiLy 👋

Version Twitter: jenlooper

image

A mobile app all about Emily Dickinson

Features

  • Poem of the Day, with 300 poems scraped from the PoetryDB
  • Mood Slider - match a poem's sentiment as determined by Microsoft Cognitive Services (sentiment values are preloaded in the dataset)
  • Selfie Analyzer - match the emotion of your selfie with a poem. Selfie is sent to cognitive services Face API, poems are pre-analyzed
  • New Poetry - poetry generated by textgen-rnn. Pretty strange stuff that still sometimes captures the cadence. New poems have been generated locally and loaded into .json.

Resources

The Poetry DB - Lots of poetry here to mine

Azure Notebooks to test the poetry generator and perform text-mining on Dickinson's poetry

Text-Gen RNN - Train a neural network on texts to generate similar styles

Microsoft's Face API - not creepy at all. Take a selfie, determine emotion, and other uses

Microsoft Text Sentiment - input some text, output the sentiment. Useful for bots

Microsoft Cognitive Services - lots of interesting pre-trained models to try

Presentation slides

Video from HalfStack Conference, NYC

Usage

Make sure you have NativeScript installed. Clone this app and run npm i, then tns run ios or tns run android to run the app on simulators. You will need a key from Microsoft Cognitive Services; try it free here.

This app is buit using NativeScript-Vue.

Author

👤 Jen Looper

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator


About

✍️ A mobile app all about Emily Dickinson's poetry

License:Apache License 2.0


Languages

Language:JavaScript 57.1%Language:Vue 38.1%Language:CSS 4.8%