https://github.com/oovm/semantic-id.rs
Scalable Super Resolution in pure rust
https://github.com/oovm/semantic-id.rs
esrgan srcnn super-resolution waifu2x
Last synced: 6 months ago
JSON representation
Scalable Super Resolution in pure rust
- Host: GitHub
- URL: https://github.com/oovm/semantic-id.rs
- Owner: oovm
- License: mpl-2.0
- Created: 2024-04-21T09:35:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-25T15:11:26.000Z (7 months ago)
- Last Synced: 2025-03-25T15:27:18.980Z (7 months ago)
- Topics: esrgan, srcnn, super-resolution, waifu2x
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
Rust Template Project
=====================Rust template project for monorepo
## Change the initial commit
```shell
git commit --amend --message "๐ Project initialized!" --date "2012-12-12"
```## Emoji Comment
| Emoji | Meaning |
|--------|------------------------------|
| ๐ | Project initialized! |
| ๐ | Release new version |
| ๐งช๐ฎ | Experimental code |
| ๐ง๐๐ | Bug fix |
| ๐ | Security fix |
| ๐ฃ๐ค๐ฅ | Add feature |
| ๐๐ | Documentation |
| ๐ | Performance improve! |
| ๐ง | Work in progress |
| ๐จ | Test coverage improve! |
| ๐ฅ | CI improve! |
| ๐ฅ๐งจ | Remove code or files |
| ๐งน | Code refactor |
| ๐ | Add analytics or branch code |
| ๐ค | Automation fix |
| ๐ฆ | Update dependencies |