Mini Python Project For Beginner: Rock, Paper, Scissors.
https://medium.com/@farhantrinanda62/mini-python-project-for-beginner-rock-paper-scissors-026ec15f865c
https://medium.com/@farhantrinanda62/mini-python-project-for-beginner-rock-paper-scissors-026ec15f865c
Medium
Mini Python Project For Beginner: Rock, Paper, Scissors.
In this article, I will show you the results of my learning using the Python programming language in the form of a simple game.
AI on Azure: Developing Private-Data Apps using Azure AI Services (2/n)
https://mkonda007.medium.com/ai-on-azure-developing-private-data-apps-using-azure-ai-services-2-n-e58976ce1f1f
https://mkonda007.medium.com/ai-on-azure-developing-private-data-apps-using-azure-ai-services-2-n-e58976ce1f1f
Medium
AI on Azure: Developing Private-Data Apps using Azure AI Services (2/n)
In the last article, we learned the foundations of Azure AI services. We learned how to get started building AI powered applications on…
Video Upload automation on Twitter with Tweepy and Python.
https://mohammad-wali-khan.medium.com/video-upload-on-twitter-with-tweepy-in-python-75dbd20fd535
https://mohammad-wali-khan.medium.com/video-upload-on-twitter-with-tweepy-in-python-75dbd20fd535
Medium
Video Upload automation on Twitter with Tweepy and Python.
As a developer, you may have encountered the need to upload videos to Twitter through your applications or scripts. While Twitter provides…
Using Llama index to build Retrieval Augmented Generation (RAG).
https://medium.com/@aruljey286/using-llama-index-to-build-retrieval-augmented-generation-rag-30df3a7cb2a1
https://medium.com/@aruljey286/using-llama-index-to-build-retrieval-augmented-generation-rag-30df3a7cb2a1
Medium
Using Llama index to build Retrieval Augmented Generation (RAG).
Large Language Models (LLMs) undergo training on vast datasets, but they lack training on your specific data. Retrieval-Augmented…
From Code to Cloud: Building CI/CD Pipelines for Containerized Apps
https://afaqueumer.medium.com/from-code-to-cloud-building-ci-cd-pipelines-for-containerized-apps-e9375f98aa94
https://afaqueumer.medium.com/from-code-to-cloud-building-ci-cd-pipelines-for-containerized-apps-e9375f98aa94
Medium
From Code to Cloud: Building CI/CD Pipelines for Containerized Apps
Automating Your Deployment Pipeline using Docker, GitHub Actions, and Render 🚀
Neural Architecture Search (NAS) for Financial Time-Series Forecasting
https://tradingtechai.medium.com/neural-architecture-search-nas-for-financial-time-series-forecasting-899788006c8b
https://tradingtechai.medium.com/neural-architecture-search-nas-for-financial-time-series-forecasting-899788006c8b
Medium
Neural Architecture Search (NAS) for Financial Time-Series Forecasting
In the financial markets, accurate forecasting is crucial for making informed investment decisions. Traditional time-series forecasting methods often require manual feature engineering and model…
Auto-Data: Generating Custom Datasets to fine-tune GPT-3.5 using Python
https://medium.com/@adeebfaiyaz/auto-data-generating-custom-datasets-to-fine-tune-gpt-3-5-using-python-2fcd857d6011
https://medium.com/@adeebfaiyaz/auto-data-generating-custom-datasets-to-fine-tune-gpt-3-5-using-python-2fcd857d6011
Medium
Auto-Data: Generating Custom Datasets to fine-tune GPT-3.5 using Python
Introduction:
Practical Multitask Learning: My First Steps
https://medium.com/theator/practical-multitask-learning-my-first-steps-6aede40f6982
https://medium.com/theator/practical-multitask-learning-my-first-steps-6aede40f6982
Medium
Practical Multitask Learning: My First Steps
Multitask learning is a pretty cool buzzword, but a rather complex thing to do. Optimizing a single monstrous model with multiple…
Cleaning Noise from Data Using Python
https://medium.com/@kaanalperucan/cleaning-noise-from-data-using-python-04d319bc26ab
https://medium.com/@kaanalperucan/cleaning-noise-from-data-using-python-04d319bc26ab
Medium
Cleaning Noise from Data Using Python
In the realm of data science and analysis, the quality of data plays a crucial role in the accuracy and reliability of the insights derived…
How FlashAttention enables scaling up training and inference with zero cost
https://medium.com/theator/how-flashattention-enables-scaling-up-training-and-inference-with-zero-cost-5d8c22c68838
https://medium.com/theator/how-flashattention-enables-scaling-up-training-and-inference-with-zero-cost-5d8c22c68838
Medium
How FlashAttention enables scaling up training and inference with zero cost
How to simultaneously make your models run faster and consume less memory, without sacrificing accuracy.
Kali Linux : “Footprinting” to search for other people’s social media accounts with Sherlock
https://medium.com/@fardhanzaki123/kali-linux-footprinting-to-search-for-other-peoples-social-media-accounts-with-sherlock-370fee6df61c
https://medium.com/@fardhanzaki123/kali-linux-footprinting-to-search-for-other-peoples-social-media-accounts-with-sherlock-370fee6df61c
Medium
Kali Linux : “Footprinting” to search for other people’s social media accounts with Sherlock
Clone the repository with git command
Create a Python-based request interceptor using Mitmproxy and Celery
https://pargevghazaryan.medium.com/create-a-python-based-request-interceptor-using-mitmproxy-and-celery-3e0d1bc1c114
https://pargevghazaryan.medium.com/create-a-python-based-request-interceptor-using-mitmproxy-and-celery-3e0d1bc1c114
Medium
Create a Python-based web traffic recorder using Mitmproxy and Celery
Do you frequently need to save, modify, or test a large number of web requests or responses? A web traffic recorder can be a valuable tool…
Introducing loop unleashed, which allows you to easily create deepfake images and videos
https://shinamatsu.medium.com/introducing-loop-unleashed-which-allows-you-to-easily-create-deepfake-images-and-videos-435e9366e87f
https://shinamatsu.medium.com/introducing-loop-unleashed-which-allows-you-to-easily-create-deepfake-images-and-videos-435e9366e87f
Medium
Introducing loop unleashed, which allows you to easily create deepfake images and videos
overview
Detecting and Cleaning up leaked accounts
https://medium.com/@dogukanilhan441/detecting-and-cleaning-up-leaked-accounts-875a2ecf60ae
https://medium.com/@dogukanilhan441/detecting-and-cleaning-up-leaked-accounts-875a2ecf60ae
Medium
Detecting and Cleaning up leaked accounts
Today, in order to cope with the rapidly increasing threats in the field of cyber security, organizations must have an active account…
Problem Solving with Python: Finding if a given number is Prime
https://medium.com/@nishantsharma5592/problem-solving-with-python-finding-if-a-given-number-is-prime-d45f3876b73f
https://medium.com/@nishantsharma5592/problem-solving-with-python-finding-if-a-given-number-is-prime-d45f3876b73f
Medium
Problem Solving with Python: Finding if a given number is Prime
Using Python, let us develop a method that returns True if a number input to it is prime, and False otherwise.