Code Monkey home page Code Monkey logo

running-assistant-opencv-yolo's Introduction

๐Ÿƒ Building an AI Running Assistant using OpenCV, YOLOv2, and OpenWeatherMap

This project aims to develop an AI Running Assistant that provides recommendations for optimum walking/running conditions. The solution includes three main steps: counting the number of people on the walking trail using OpenCV and YOLOv2, retrieving weather data using OpenWeatherMap, and deciding whether or not to go out for a walk/run based on the gathered data.

Open in colab

To solve the problem of whether or not to go out for a walk/run, the project uses a pre-trained "lightweight" model known for its speed and relative accuracy, YOLOv2 in Darkflow (the Tensorflow implementation of YOLO in Darknet), to count the number of people on the walking trail per minute. The model is used in conjunction with OpenCV to analyze the streaming video source of Bahcelievler Belediyesi Kuleli live webcam, which is accessible to everyone.

To gather weather data for the exact location of the park with the walking trail, OpenWeatherMap's one-time call API is used.

The final decision on whether or not to go for a walk/run is based on two main factors: the number of people per minute and the "live feeling" weather. If the people per minute is greater than 15 and the live feeling weather is less than 5ยฐC, it is not recommended to walk/run.

Credits;

running-assistant-opencv-yolo's People

Contributors

tolgakurtuluss avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.