Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README #5

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 22 additions & 6 deletions AnimeGAN-v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,36 @@ You can visit [official AnimeGANv3 repo](https://github.com/TachibanaYoshino/Ani

### Some Results
#### Using Shinkai Model
<div style="display:flex;flex-direction:column;gap:4px;">
<div style="display:flex;gap:4px;">
<img src="Results/1(2).png" alt="Shinkai Result" width="500px">
<img src="Results/2(2).png" alt="Shinkai Result" width="500px">
</div>
<div style="display:flex;gap:4px;">
<img src="Results/3(3).png" alt="Shinkai Result" width="500px">
<img src="Results/3(2).png" alt="Shinkai Result" width="500px">
</div>
<div style="display:flex;gap:4px;">
<img src="Results/3(1).png" alt="Shinkai Result" width="500px">
<img src="Results/3(4).png" alt="Shinkai Result" width="500px">
</div>
</div>

#### Using Hayao Model
<img src="Results/4(1).png" alt="Hayao Result" width="500px">
<img src="Results/4(2).png" alt="Hayao Result" width="500px">
<img src="Results/4(3).png" alt="Hayao Result" width="500px">
<img src="Results/4(4).png" alt="Hayao Result" width="500px">
<img src="Results/4(5).png" alt="Hayao Result" width="500px">
<img src="Results/4(6).png" alt="Hayao Result" width="500px">
<div style="display:flex;flex-direction:column;gap:4px;">
<div style="display:flex;gap:4px;">
<img src="Results/4(1).png" alt="Shinkai Result" width="500px">
<img src="Results/4(2).png" alt="Shinkai Result" width="500px">
</div>
<div style="display:flex;gap:4px;">
<img src="Results/4(3).png" alt="Shinkai Result" width="500px">
<img src="Results/4(4).png" alt="Shinkai Result" width="500px">
</div>
<div style="display:flex;gap:4px;">
<img src="Results/4(5).png" alt="Shinkai Result" width="500px">
<img src="Results/4(6).png" alt="Shinkai Result" width="500px">
</div>
</div>

### Acknowledgments
- [Asher Chan](https://github.com/TachibanaYoshino) for [AnimeGANv3](https://github.com/TachibanaYoshino/AnimeGANv3) models.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Tf.js_Demos
Demos for different Tensorflow models using Tf.js
Demos for different AI models using [Tf.js](https://tensorflow.org/js)

- [AnimeGANv3](https://github.com/XanDrchris/Tf.js_Demos/tree/main/AnimeGAN-v3) web [demo](https://xandrchris.github.io/Tf.js_Demos/AnimeGAN-v3)
- [Object Detection](https://github.com/XanDrchris/Tf.js_Demos/tree/main/ObjectDetection) [demo](https://xandrchris.github.io/Tf.js_Demos/ObjectDetection) using different mobilenet models
Loading