-
Project Objective:
- Develop an Apache Flink real-time streaming service for a Machine Learning Application.
- Conduct image classification on the incoming pixel stream from the source.
- Record the prediction results and send them to the output destination (sink).
-
Secondary Goal:
- Compare the performance of Apache Flink with a Python script for the image classification task.
-
Experimental Approach:
- Conduct multiple trials (5 in total) to ensure consistency in results.
- Calculate the average result from the trials.
-
Conclusion:
- Findings indicate that the execution time using Apache Flink is faster.
- Highlight additional advantages, such as parallelization, achieved through Apache Flink.
-
Notifications
You must be signed in to change notification settings - Fork 0
This is a real time streamer using Apache Flink to perform image classification on the incoming pixel stream from the source using a pretrained classification model and write the prediction result to the sink.
karthikziffer/Classification-Streamer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This is a real time streamer using Apache Flink to perform image classification on the incoming pixel stream from the source using a pretrained classification model and write the prediction result to the sink.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published

