A mobile app all about Emily Dickinson
- 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.
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
Video from HalfStack Conference, NYC
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.
👤 Jen Looper
- Twitter: @jenlooper
- Github: @jlooper
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator