Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fummicc1/viary

voicy diary application with sentiment analysis
https://github.com/fummicc1/viary

diary-app ios oss-apps sentiment-classification swift

Last synced: 4 months ago
JSON representation

voicy diary application with sentiment analysis

Awesome Lists containing this project

README

        

# Viary

Viary is a voicy diary application with automatic sentiment analysis feature. (currently, working on only iOS.)

## Demo

https://user-images.githubusercontent.com/44002126/233632663-9e384b7d-149e-463f-b125-854bd5ca9a55.MP4

## Pages

### ViaryList

- like a timeline to see diaries you created

### CreateViary

- you can write in your diary in English (will support Japanese in the future)

### EditViary

- you can edit message in your diary and recorded sentiment amount as well

## Tech

The followings are what dependencies in Viary.

- [Swift Composable Architecture](https://github.com/pointfreeco/swift-composable-architecture)
- [Swift CoreML Transformers](https://github.com/huggingface/swift-coreml-transformers)
- [HuggingFace Model: j-hartmann/emotion-english-distilroberta-base](https://huggingface.co/j-hartmann/emotion-english-distilroberta-base)