Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelfromyeg/slackmojify
Create Slack-mojis in seconds!
https://github.com/michaelfromyeg/slackmojify
emojis slack
Last synced: 7 days ago
JSON representation
Create Slack-mojis in seconds!
- Host: GitHub
- URL: https://github.com/michaelfromyeg/slackmojify
- Owner: michaelfromyeg
- License: mit
- Created: 2021-05-09T08:50:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T15:54:19.000Z (almost 4 years ago)
- Last Synced: 2024-12-15T15:52:51.876Z (2 months ago)
- Topics: emojis, slack
- Language: Rust
- Homepage:
- Size: 2.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slackmojify
Create Slack-mojis in seconds!
## About
Being built as a part of TOHacks 2021. More to come. (This project is not close to being finished yet, but it's a start!)
## Credits
I followed [this](https://rust-cli.github.io/book/index.html) guide on Rust CLI development and
The project is a bit similar to [emojme](https://github.com/jackellenberger/emojme) though with some fun add-ons, including Discord support. And of course... it's written in Rust!
Code the get faces from images is largely derived from [here](https://cetra3.github.io/blog/face-detection-with-tensorflow-rust/), with some modifications crop instead of outline.