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

Image Classification Demo #583

Merged
merged 19 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
357e6ca
Image Classification Demo
RymMichaut Sep 28, 2023
8c89ef1
Update Image Classification with Nvidi CUDA & Tensorflow.md
RymMichaut Sep 29, 2023
57d2529
Update docs/knowledge_base/demos/Image Classification with Nvidi CUDA…
RymMichaut Sep 29, 2023
b8014ba
Update docs/knowledge_base/demos/Image Classification with Nvidi CUDA…
RymMichaut Sep 29, 2023
474e602
Update docs/knowledge_base/demos/Image Classification with Nvidi CUDA…
RymMichaut Sep 29, 2023
a2591b0
Update docs/knowledge_base/demos/Image Classification with Nvidi CUDA…
RymMichaut Sep 29, 2023
6301762
Update docs/knowledge_base/demos/Image Classification with Nvidi CUDA…
RymMichaut Sep 29, 2023
820e6ed
Update docs/knowledge_base/demos/Image Classification with Nvidi CUDA…
RymMichaut Sep 29, 2023
5e5442d
Update Image Classification with Nvidi CUDA & Tensorflow.md
RymMichaut Sep 29, 2023
9782ea8
Merge branch 'develop' into RymMichaut-patch-5
jrobinAV Sep 29, 2023
245c52f
nav bar for image classif
jrobinAV Sep 29, 2023
44b72c5
Merge branch 'develop' into RymMichaut-patch-5
jrobinAV Sep 29, 2023
f7be713
formatting with lines <100char
jrobinAV Sep 29, 2023
b764de8
Update docs/knowledge_base/demos/image_classif.md
RymMichaut Oct 2, 2023
1b40602
Update docs/knowledge_base/demos/image_classif.md
RymMichaut Oct 2, 2023
0501151
Update image_classif.md
RymMichaut Oct 2, 2023
de1c35f
Update image_classif.md
RymMichaut Oct 2, 2023
f39b8a6
Merge branch 'develop' into RymMichaut-patch-5
jrobinAV Oct 3, 2023
c1d5366
Merge branch 'develop' into RymMichaut-patch-5
jrobinAV Oct 3, 2023
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
47 changes: 47 additions & 0 deletions docs/knowledge_base/demos/image_classif.md
RymMichaut marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Welcome to our video tutorial series, where we take you on a journey to create interactive image
RymMichaut marked this conversation as resolved.
Show resolved Hide resolved
classification applications using Taipy, [Nvidia CUDA](https://developer.nvidia.com/cuda-toolkit)
, and [TensorFlow](https://www.tensorflow.org/). In this demonstration, we'll dive into the
fascinating realm of constructing intelligent image classifiers using these robust tools and
technologies.


# Video 1: Building an Interactive Image Classification Application with Taipy and Nvidia CUDA

In the initial video of our series, we will demonstrate how to construct an interactive image
RymMichaut marked this conversation as resolved.
Show resolved Hide resolved
classification application using Taipy and Nvidia CUDA. You will swiftly grasp the process of
building an Image Classification web application with the user-friendly Taipy front-end.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These 2 sentences say the same thing to me. Am I missing something here?
We should either remove one of the two, or merge them.


## Video Highlights:

Wrap a Deep Learning Image Classifier with interactive graphics.
Utilize Nvidia CUDA for enhanced performance.
Explore the beginner/intermediate-level tutorial on Taipy GUI.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When reading this demo page, we don't understand what it is related to.

Suggested change
Explore the beginner/intermediate-level tutorial on Taipy GUI.
Explore the beginner/intermediate-level tutorial on Taipy GUI.

Part 2 Preview:

Don't miss out on part 2, where we delve into creating powerful custom pipelines with Taipy Core,
taking your ML workflows to the next level.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to remove Core term.



# Video 2: Interactive Image Classification with Taipy

In our second video, we continue our journey through interactive image classification
applications with Taipy. This installment is dedicated to constructing an Image Classification
web application, building upon the insights gained from the first video.

## Video Highlights:

Further explore Taipy's capabilities for ML application development.
Dive into creating an interactive Image Classification web application.

# Conclusion

Our video tutorial series provides valuable insights into the realm of interactive image
RymMichaut marked this conversation as resolved.
Show resolved Hide resolved
classification using Taipy, Nvidia CUDA, and TensorFlow. Whether you're a novice or a seasoned
developer, you'll discover practical guidance and real-world examples to enhance your machine
learning workflows.

Stay tuned for the next part of our series, where we'll focus on the management of data
pipelines using Taipy Core, ensuring smooth integration with Taipy for enhanced functionality.
RymMichaut marked this conversation as resolved.
Show resolved Hide resolved

Are you prepared to embark on this thrilling journey? Tune in to our videos and unlock the
possibilities of Taipy for developing intelligent image classification applications.
1 change: 1 addition & 0 deletions mkdocs.yml_template
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ nav:
- "Demos":
- knowledge_base/demos/index.md
- "Sentiment Analysis": knowledge_base/demos/sentiment_analysis.md
- "Image Classification": knowledge_base/demos/image_classif.md
- "Tips and tricks":
- knowledge_base/tips/index.md
- "Manuals":
Expand Down