Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranon-rat/monte-carlo-streaming-image-generation
its just a simple stupid project made with love
https://github.com/ranon-rat/monte-carlo-streaming-image-generation
Last synced: 15 days ago
JSON representation
its just a simple stupid project made with love
- Host: GitHub
- URL: https://github.com/ranon-rat/monte-carlo-streaming-image-generation
- Owner: ranon-rat
- Created: 2024-11-28T00:44:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-28T00:46:47.000Z (about 1 month ago)
- Last Synced: 2024-12-06T05:13:19.760Z (28 days ago)
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monte carlo streaming image
Its just a simple exercise for revisiting some previous concepts that i learned about http.Its quite simple, its just streaming the image through http, generating some results using something similar to the montecarlo method and then nothing else.
Its simple, a good exercise, and nothing else.
For running it you can just play the command
```sh
go run main.go
```
![image](https://github.com/user-attachments/assets/f09f7ea0-a11b-479a-ad9b-4c00b84e9819)