Data Science
Vehicle Counting and Speed Estimation Using YOLO and SORT

Vehicle Counting and Speed Estimation Using YOLO and SORT

In this guide, we'll walk through the process of setting up a fascinating project that utilizes YOLOv3 (You Only Look Once) for vehicle detection and the SORT (Simple Online and Realtime Tracker) for tracking those vehicles in a video feed. This project includes...

TextAttack

TextAttack

Generating adversarial examples for NLP models TextAttack Documentation on ReadTheDocs About

How to Forecast Time Series Data Using PyAF

How to Forecast Time Series Data Using PyAF

In the fast-paced world of data science, predicting future trends is crucial. That's where PyAF (Python Automatic Forecasting) comes in—a powerful, open-source library that simplifies automatic forecasting using Python. Built on popular data science modules like...

Getting Started with LangChain: An Easy Guide

Getting Started with LangChain: An Easy Guide

Welcome to the world of LangChain! If you're looking to get acquainted with this powerful framework for building applications with language models, you're in the right place. In this blog, we'll walk through the essentials of LangChain and how you can harness its...