Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fummicc1/viary
- Owner: fummicc1
- License: other
- Created: 2021-04-28T11:50:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T16:26:55.000Z (about 1 year ago)
- Last Synced: 2024-05-01T17:24:09.377Z (9 months ago)
- Topics: diary-app, ios, oss-apps, sentiment-classification, swift
- Language: Swift
- Homepage:
- Size: 9.87 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: license_plist.yml
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)