Skip to content

Commit

Permalink
chore: New release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvoh committed Mar 30, 2024
1 parent a2300e5 commit 0105e29
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

`¯\_(ツ)_/¯`

## [0.0.3] - 2024-03-30

### Added

- Establish an ML pipeline including train, upload and download
- Increase coverage to ~95%

## [0.0.2] - 2024-03-16

PoC!

## [0.0.1] - 2024-03-16

Yanked


[unreleased]: https://github.com/mnvoh/cameratokeyboard/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/mnvoh/cameratokeyboard/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/mnvoh/cameratokeyboard/releases/tag/v0.0.2
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "c2k"
version = "0.0.2"
version = "0.0.3"
authors = [{ name = "mnvoh", email = "[email protected]" }]
description = "Acts as a keyboard by looking at your hands!"
readme = "README.md"
Expand All @@ -15,15 +15,16 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"imgaug",
"colorlog",
"pyyaml",
"opencv-contrib-python",
"imgaug",
"numpy",
"tqdm",
"ultralytics",
"opencv-contrib-python",
"requests",
"pygame-ce",
"pygame-gui",
"pyyaml",
"tqdm",
"ultralytics",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ colorlog ~= 4.6
imgaug ~= 0.4
numpy ~= 1.26
opencv-contrib-python ~= 4.9
requests ~= 2.30
platformdirs ~= 4.2
pygame-ce ~= 2.4
pygame-gui ~= 0.6
Expand Down

0 comments on commit 0105e29

Please sign in to comment.