Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sshovkov committed Oct 23, 2023
2 parents 217f2de + ba2c43c commit aff8d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Week3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Creating Mini Python libraries

### fractal-noise library
### fractal-noise

[Install fractal-noise](https://pypi.org/project/fractal-noise/)

Expand All @@ -20,7 +20,6 @@ Once the package was published, I installed it in a new project directory and te
| -------------------------------------- | ------------------------------------------- | ------------------------------------------------- |
| ![](assets/week3/rainbow_original.png) | ![](assets/week3/rainbow_fractal_noise.png) | ![](assets/week3/rainbow_color_fractal_noise.png) |


### showme-tree

[Install showme-tree](https://pypi.org/project/showme-tree/)
Expand Down
2 changes: 1 addition & 1 deletion Week4.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Unfortunately, I caught a terrible cold or flu at the end of last week that had

[GitHub Repo](https://github.com/sshovkov/finger-painting-hand-recognition-model)

When I started recovering from my cold and I jumped back into playing with Google's MediaPipe library and the [hand-tracking model from last week](https://github.com/sshovkov/recurse-center-journal/blob/main/Week3.md#experimenting-with-googles-mediapipe). I expanded on my initial implementation by creating an interactive real-time finger painting application.
When I started recovering from my cold, I jumped back into playing with Google's MediaPipe library and the [hand-tracking model from last week](https://github.com/sshovkov/recurse-center-journal/blob/main/Week3.md#experimenting-with-googles-mediapipe). I expanded on my initial implementation by creating an interactive real-time finger painting application.

![](assets/week4/finger_painting_small_file.gif)

Expand Down

0 comments on commit aff8d72

Please sign in to comment.