How to consume Kinesis-Video-Stream with python and getting metadata from Kinesis.
https://medium.com/@rafael.mrazeira/how-to-consume-kinesis-video-stream-with-python-and-getting-metadata-from-kinesis-3059723f8bdd
https://medium.com/@rafael.mrazeira/how-to-consume-kinesis-video-stream-with-python-and-getting-metadata-from-kinesis-3059723f8bdd
Medium
How to consume Kinesis-Video-Stream with python and getting metadata from Kinesis.
Amazon Kinesis Video provides simple APIs for playback videos, capture, process and store media streams. Normally the posts, questions and…
Chapter 19: Styling with Bootstrap (Part IIII)
https://medium.com/@balt1794/chapter-19-styling-with-bootstrap-part-iiii-2339d5f3920c
https://medium.com/@balt1794/chapter-19-styling-with-bootstrap-part-iiii-2339d5f3920c
Medium
Chapter 19: Styling with Bootstrap (Part IIII)
In this chapter, we will finish styling the rest of the pages of the website such as the login and register page. We will also style the…
Python Tutorial for Beginners (Part -1)
https://medium.com/@varun30300/python-tutorial-for-beginners-part-1-647b4f35427d
https://medium.com/@varun30300/python-tutorial-for-beginners-part-1-647b4f35427d
Medium
Python Tutorial for Beginners (Part -1)
This is a tutorial for people who are just starting their programming journey and have decided to learn python. There are no prerequisites…
Top 6 Patterns That Every Python Programmer Should Be Aware Of
https://medium.com/codex/top-6-patterns-that-every-python-programmer-should-be-aware-of-2ab977da256b
https://medium.com/codex/top-6-patterns-that-every-python-programmer-should-be-aware-of-2ab977da256b
Medium
Top 6 Patterns That Every Python Programmer Should Be Aware Of
Clean code reads like well-written literature, according to Grady Booch
Virtual Environments with CPU and GPU Support
https://medium.com/codex/virtual-environments-with-cpu-and-gpu-support-858115af04f9
https://medium.com/codex/virtual-environments-with-cpu-and-gpu-support-858115af04f9
Medium
Virtual Environments with CPU and GPU Support
Anaconda configuration for CPU and GPU
ASR(Speech Recognition) creation with Tranformers NN
https://medium.com/@bernardoolisan/asr-speech-recognition-creation-with-tranformers-nn-30a8b8af1b6e
https://medium.com/@bernardoolisan/asr-speech-recognition-creation-with-tranformers-nn-30a8b8af1b6e
Medium
ASR creation with Tranformers NN
In these times, technology has advanced drastically, one of the most mentioned advances is artificial intelligence, especially machine…
Using BERTopic and BERTweet transformer to predict interest tag from tweets
https://medium.com/@hajar.zankadi/using-bertopic-and-bertweet-transformer-to-predict-interest-tag-from-tweets-67189f11b992
https://medium.com/@hajar.zankadi/using-bertopic-and-bertweet-transformer-to-predict-interest-tag-from-tweets-67189f11b992
Medium
Using BERTopic and BERTweet transformer to predict interest tag from tweets
In this tutorial, we are going to elaborate a step by step process to detect interest tag from tweets.
The easiest way to understand Gradient Descent with Python (no math)
https://medium.com/@axegggl/the-easiest-way-to-understand-gradient-descent-no-math-e6df677c200f
https://medium.com/@axegggl/the-easiest-way-to-understand-gradient-descent-no-math-e6df677c200f
Medium
The easiest way to understand Gradient Descent with Python (no math)
The main reason why I wrote this is because it was hard to figure out how to use this. I will try to explain line by line (in Python) how…
TIL : Using python decorators to secure method invocation.
https://medium.com/today-i-learnt/til-using-python-decorators-to-secure-method-invocation-fc5680e580cf
https://medium.com/today-i-learnt/til-using-python-decorators-to-secure-method-invocation-fc5680e580cf
Medium
TIL : Using python decorators to secure method invocation.
Coming from a Java background, I began to explore concepts similar to method level annotations, so that I can apply re-usable methods to…
Data Scientist Interview Questions: A Walkthrough of Starbucks’ Take-Home Assignment
https://medium.com/@pcmaldonado/starbucks-take-home-assignment-a8b647fb21e0
https://medium.com/@pcmaldonado/starbucks-take-home-assignment-a8b647fb21e0
Medium
Analyzing the results of an A/B test using Python
A Starbucks technical assignment to evaluate candidates for their data scientist position
How to generate random fake data using faker in python
https://gautamankul.medium.com/how-to-generate-random-fake-data-using-faker-in-python-f94afd869243
https://gautamankul.medium.com/how-to-generate-random-fake-data-using-faker-in-python-f94afd869243
Medium
How to generate random fake data using faker in python
Rinu Gour