<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://yusufbayindir.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://yusufbayindir.github.io/" rel="alternate" type="text/html" /><updated>2026-06-25T07:54:27+00:00</updated><id>https://yusufbayindir.github.io/feed.xml</id><title type="html">Yusuf Bayındır</title><subtitle>Self-intro page</subtitle><entry><title type="html">Smart Crowd Detection</title><link href="https://yusufbayindir.github.io/sample-post-imags/" rel="alternate" type="text/html" title="Smart Crowd Detection" /><published>2024-03-15T00:00:00+00:00</published><updated>2024-03-15T00:00:00+00:00</updated><id>https://yusufbayindir.github.io/sample-post-imags</id><content type="html" xml:base="https://yusufbayindir.github.io/sample-post-imags/"><![CDATA[<p>#Authors</p>

<p>@ahmetcoko</p>

<p>@HuseyınKanat</p>

<p>@yusufbayindir</p>

<p>#Dependencies</p>

<p>PyQt5: Used for creating the graphical user interface.</p>

<p>OpenCV (cv2): Utilized for image and video processing tasks.</p>

<p>NumPy: Employed for numerical operations and array manipulation.</p>

<p>Ultralytics YOLO: Utilized for object detection tasks.</p>

<p>#Overview</p>

<p>Smart Crowd Detection is a project developed as part of a CENG483(Behavioral Robotics) course term project. The aim of this project is a simultaneous and total bird’s eye heat map visualization that provides an intuitive visualization of high-traffic areas and tracks the movements of individuals with the help of YOLOv8  in the space using the homography transformation method over a single camera orientation by assigning different color intensities to different areas depending on the density of pedestrian traffic, the heat map can provide valuable information on space usage and passenger behavior by highlighting areas with high activity or traffic congestion.</p>

<p>Perpective transformation on a frame
<img src="https://github.com/ahmetcoko/Smart-Crowd-Detection/assets/158578355/20de6b62-1570-4a64-bf0d-a5b978e08436" alt="image" /></p>

<p>We utilized PyQt5 to create a simple user interface for the program.
<img src="https://github.com/ahmetcoko/Smart-Crowd-Detection/assets/158578355/62dfc960-556b-43f2-a150-d05c71878940" alt="image" /></p>

<p>When you run the program, in order to perform the perpective transformation process more effectively, you need to select the corners of the ground as upper left, upper right, lower right and lower left, respectively.</p>

<p><img src="https://github.com/ahmetcoko/Smart-Crowd-Detection/assets/158578355/797e1f66-5b4f-4982-a127-6735c7383142" alt="image" /></p>

<p><img src="https://github.com/ahmetcoko/Smart-Crowd-Detection/assets/158578355/242e07fb-e801-43cf-b7ac-86219d2a2b99" alt="image" /></p>

<p>After clicking the “Start Analyze” button, the top-left window of the three windows that will open only displays the selected background (the heatmap background to be created), the top-right window displays the normal state of the selected video, and the bottom-left window displays the instantaneous heatmap generated while the video is streaming. Upon completion of the video or clicking the “Finish Process” button, it displays the total heatmap generated.</p>

<p><img src="https://github.com/ahmetcoko/Smart-Crowd-Detection/assets/158578355/be21d3ab-4fd9-4828-8fa2-8095b0eb6db7" alt="image" /></p>

<p><img src="https://github.com/ahmetcoko/Smart-Crowd-Detection/assets/158578355/766e86b6-06c9-416b-a08b-35a7a32d3d37" alt="image" /></p>

<p><img src="https://github.com/ahmetcoko/Smart-Crowd-Detection/assets/158578355/e6f6f314-a05e-4df4-aca2-1443a4fd04a5" alt="image" /></p>

<p><img src="https://github.com/ahmetcoko/Smart-Crowd-Detection/assets/158578355/bd29fad4-363a-4ffe-9410-4a0f6073a460" alt="image" /></p>

<p>If you believe that the video stream is progressing slowly, you can adjust the DETECTION_FREQUENCY variable to determine how often the process should be repeated, in terms of frames.
Additionally, you can use the program simultaneously via your mobile phone’s camera.</p>]]></content><author><name></name></author><category term="crowdDetection" /><category term="python" /><summary type="html"><![CDATA[A program that detect people and creates crowd heatmap]]></summary></entry><entry><title type="html">BMI Calculator</title><link href="https://yusufbayindir.github.io/mathjax-example/" rel="alternate" type="text/html" title="BMI Calculator" /><published>2024-02-25T00:00:00+00:00</published><updated>2024-02-25T00:00:00+00:00</updated><id>https://yusufbayindir.github.io/mathjax-example</id><content type="html" xml:base="https://yusufbayindir.github.io/mathjax-example/"><![CDATA[<h1 id="bmi-calculator-app">BMI Calculator App</h1>

<h2 id="overview">Overview</h2>
<p>This BMI (Body Mass Index) Calculator App is a health-related tool that enables users to measure and understand their body mass index based on their height and weight. Designed for ease of use, the app provides instant results along with health recommendations.</p>

<h2 id="app-screenshots">App Screenshots</h2>
<p><img width="354" alt="Screenshot 2024-02-04 at 3 34 36 PM" src="https://github.com/yusufbayindir/BMI-Calculator/assets/126359377/1b257b0c-58f9-4fda-8908-a2648a8afb0f" />
<img width="362" alt="Screenshot 2024-02-04 at 3 34 48 PM" src="https://github.com/yusufbayindir/BMI-Calculator/assets/126359377/d15a2804-ebd2-409f-adc2-69a91df26b41" />
<img width="358" alt="Screenshot 2024-02-04 at 3 34 59 PM" src="https://github.com/yusufbayindir/BMI-Calculator/assets/126359377/4c6bb2db-5b2b-4aff-a991-b1c4f0f96078" />
<img width="358" alt="Screenshot 2024-02-04 at 3 35 12 PM" src="https://github.com/yusufbayindir/BMI-Calculator/assets/126359377/e00e65a1-3c50-4a7e-839c-339e19e62c37" />
<img width="346" alt="Screenshot 2024-02-04 at 3 35 19 PM" src="https://github.com/yusufbayindir/BMI-Calculator/assets/126359377/db4a7c3a-d19d-42cb-8c20-9612bb3ed837" />
<img width="345" alt="Screenshot 2024-02-04 at 3 35 34 PM" src="https://github.com/yusufbayindir/BMI-Calculator/assets/126359377/3e21cd0a-ba1b-462e-b5f2-2da1f9a943c3" /></p>

<h2 id="features">Features</h2>
<ul>
  <li><strong>Easy Input</strong>: Slide to enter your height and weight.</li>
  <li><strong>Instant Calculation</strong>: Get your BMI result with a single tap.</li>
  <li><strong>Health Advice</strong>: Based on your BMI, the app offers basic health advice.</li>
  <li><strong>Intuitive Interface</strong>: A clear and engaging user interface with dynamic color changes reflecting different BMI categories.</li>
</ul>

<h2 id="how-to-use">How to Use</h2>
<ol>
  <li>Enter your height using the height slider.</li>
  <li>Enter your weight using the weight slider.</li>
  <li>Tap ‘Calculate’ to see your BMI.</li>
  <li>Based on your BMI, you’ll receive a health status message.</li>
  <li>To calculate again, tap ‘Recalculate’.</li>
</ol>

<h2 id="project-link">Project Link</h2>

<p>https://github.com/yusufbayindir/BMI-Calculator
Contact</p>

<p>Your Name - @yusufbayndrr</p>

<p>Project Link: https://github.com/yusufbayindir/BMI-Calculator</p>]]></content><author><name></name></author><category term="BMI" /><category term="calculator" /><summary type="html"><![CDATA[It is a BMI Calculator for healt]]></summary></entry><entry><title type="html">News App</title><link href="https://yusufbayindir.github.io/moon-theme/" rel="alternate" type="text/html" title="News App" /><published>2024-02-25T00:00:00+00:00</published><updated>2024-02-25T00:00:00+00:00</updated><id>https://yusufbayindir.github.io/moon-theme</id><content type="html" xml:base="https://yusufbayindir.github.io/moon-theme/"><![CDATA[<h2 id="newsapp">NewsApp</h2>

<p>NewsApp is a mobile application that provides the latest news from various sources, delivering top headlines, sports events. This application is designed with a user-friendly interface to ensure a seamless reading experience.</p>

<p><img width="352" alt="Screenshot 2024-02-24 at 6 25 29 PM" src="https://github.com/yusufbayindir/News/assets/126359377/e4c81515-e865-46e7-b2c1-0b8579508e99" />
<img width="357" alt="Screenshot 2024-02-24 at 6 25 45 PM" src="https://github.com/yusufbayindir/News/assets/126359377/1bdfe808-9299-4b6d-a193-a2a0f1da6461" /></p>

<h2 id="features">Features</h2>

<ul>
  <li>Latest News: Stay updated with the latest news articles from different categories including politics, sports, technology, and entertainment.</li>
  <li>Detailed News: Tap on any headline to read the full article with all the details.</li>
  <li>User-friendly Interface: An intuitive interface for easy navigation through various news sections.</li>
  <li>Real-time Updates: The news feed is updated regularly to ensure you don’t miss out on breaking news.
    <h2 id="installation">Installation</h2>
  </li>
</ul>

<p>To get started with NewsApp:</p>

<p>Clone the repository to your local machine.
bash
Copy code
git clone https://github.com/yourusername/NewsApp.git
Open the project in Xcode.
Build and run the application on your preferred device or simulator.
Usage</p>

<p>Upon launching the app, you will be greeted with the latest headlines. You can scroll through the list and select any article to read more about it. The app provides a detail view with a web view for reading the full article.</p>

<h2 id="contributing">Contributing</h2>

<p>Contributions to the NewsApp are welcome. Please feel free to submit pull requests, create issues, or suggest new features.</p>

<h2 id="contact">Contact</h2>

<p>For any inquiries or suggestions, please reach out to bayindiryusuf0@gmail.com .</p>

<h2 id="project-link">Project Link</h2>

<p>https://github.com/yusufbayindir/News</p>]]></content><author><name></name></author><category term="news" /><summary type="html"><![CDATA[It is a basic news application]]></summary></entry><entry><title type="html">Chit-Chat App</title><link href="https://yusufbayindir.github.io/video-post/" rel="alternate" type="text/html" title="Chit-Chat App" /><published>2024-02-10T00:00:00+00:00</published><updated>2024-02-10T00:00:00+00:00</updated><id>https://yusufbayindir.github.io/video-post</id><content type="html" xml:base="https://yusufbayindir.github.io/video-post/"><![CDATA[<h1 id="chitchat">ChitChat</h1>

<p>ChitChat is a real-time messaging application that allows users to communicate with each other instantly. With a clean and simple user interface.</p>

<p><img src="https://github.com/yusufbayindir/ChitChat/assets/126359377/b8ca6e0c-9f8f-49b7-8240-fb54a4e42657" alt="IMG_4781" />
<img src="https://github.com/yusufbayindir/ChitChat/assets/126359377/d049437a-6f94-4fda-a05f-3960fad52ebe" alt="IMG_4782" />
<img src="https://github.com/yusufbayindir/ChitChat/assets/126359377/f61903ea-be43-4e06-8879-2b1b19c84669" alt="IMG_4783" />
<img src="https://github.com/yusufbayindir/ChitChat/assets/126359377/d437221a-56ea-4412-8515-c6b9dda54935" alt="IMG_4784" />
<img src="https://github.com/yusufbayindir/ChitChat/assets/126359377/640ed3a3-4394-440d-846b-90806f1ca64e" alt="IMG_4785" />
<img src="https://github.com/yusufbayindir/ChitChat/assets/126359377/3265456a-bccf-4e6e-bff7-cacfd9404715" alt="IMG_4786" />
<img src="https://github.com/yusufbayindir/ChitChat/assets/126359377/aec147ae-52e0-4591-a98d-47c245bcad8e" alt="IMG_4787" /></p>

<h2 id="features">Features</h2>

<ul>
  <li><strong>User Authentication</strong>: Securely register and log in to your account with email and password authentication.</li>
  <li><strong>Real-time Messaging</strong>: Send and receive messages instantly and see when other users are typing.</li>
  <li><strong>Password Reset</strong>: Easily reset your password if you forget it with the “Forgot my password” feature.</li>
  <li><strong>Interactive UI</strong>: A user-friendly interface that provides a seamless chatting experience.</li>
</ul>

<h2 id="getting-started">Getting Started</h2>

<p>To get started with ChitChat, clone this repository and open the project in Xcode.
git clone https://github.com/yusufbayindir/chitchat.git</p>

<h2 id="contact">Contact</h2>

<p>If you have any questions or feedback, please contact the repository owner or submit an issue.
bayindiryusuf0@gmail.com</p>
<h2 id="project-link">Project Link</h2>

<p>https://github.com/yusufbayindir/ChitChat</p>]]></content><author><name></name></author><category term="chat" /><summary type="html"><![CDATA[It is a basic chat application]]></summary></entry><entry><title type="html">Weather App</title><link href="https://yusufbayindir.github.io/code-highlighting-post/" rel="alternate" type="text/html" title="Weather App" /><published>2024-01-25T00:00:00+00:00</published><updated>2024-01-25T00:00:00+00:00</updated><id>https://yusufbayindir.github.io/code-highlighting-post</id><content type="html" xml:base="https://yusufbayindir.github.io/code-highlighting-post/"><![CDATA[<h2 id="weather-app">Weather App</h2>

<p>Welcome to the Weather App! This intuitive app brings you real-time weather updates for locations worldwide. Whether you’re planning your day or checking the conditions in a far-off city, this app keeps you informed.</p>

<p><img width="354" alt="Screenshot 2024-02-04 at 3 44 32 PM" src="https://github.com/yusufbayindir/Weather/assets/126359377/89a3bae3-323e-4474-8796-6840a57565c0" />
<img width="361" alt="Screenshot 2024-02-04 at 3 44 53 PM" src="https://github.com/yusufbayindir/Weather/assets/126359377/c4bb3e2c-c6ee-4a37-9528-302bc0d2f8a0" />
<img width="359" alt="Screenshot 2024-02-04 at 3 45 05 PM" src="https://github.com/yusufbayindir/Weather/assets/126359377/e104142c-7c37-4e89-94f9-20b785183874" />
<img width="357" alt="Screenshot 2024-02-04 at 3 45 15 PM" src="https://github.com/yusufbayindir/Weather/assets/126359377/3f99839f-b4af-44a2-8277-0efecb06e7e4" />
<img width="1" alt="Screenshot 2024-02-04 at 3 45 37 PM" src="https://github.com/yusufbayindir/Weather/assets/126359377/9455ed40-65bc-4018-9c4b-334341d54062" />
<img width="356" alt="Screenshot 2024-02-04 at 3 45 52 PM" src="https://github.com/yusufbayindir/Weather/assets/126359377/114a1a49-2b36-499c-8cc7-fd2be6dc58af" /></p>

<h2 id="features">Features</h2>

<ul>
  <li>Live Weather Data: Get current conditions, including temperature, weather descriptions, and more.</li>
  <li>Location-Based Weather: Utilize your device’s location services to automatically find and display the weather for your current location with just a tap on the location button.</li>
  <li>Search Functionality: Manually search for and add cities to get weather reports from different locations around the globe.</li>
  <li>Dynamic Icons: The app features dynamic icons that change according to the current weather conditions, adding a visual element to the weather data.</li>
  <li>Simple and Clean UI: A user-friendly interface that makes navigation and comprehension of weather data a breeze.
    <h2 id="installation">Installation</h2>
  </li>
</ul>

<p>To install the app, simply clone this repository and run it in Xcode. You will need to have Xcode installed on your Mac.</p>

<p>bash
Copy code
git clone https://github.com/yourusername/Weather.git
Open the project in Xcode, build it, and run it on your chosen simulator or actual device.</p>

<h2 id="usage">Usage</h2>

<p>Upon launching the app, you can immediately see the weather for your current location if you have allowed location access. Otherwise, use the search bar to find weather information for any city you’re interested in.</p>

<h2 id="contributing">Contributing</h2>

<p>Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.</p>

<p>If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement.”</p>

<p>Don’t forget to give the project a star! Thanks again!</p>

<p>Yusuf Bayindir - @yusufbayndrr</p>

<p>Project Link: https://github.com/yusufbayindir/Weather</p>]]></content><author><name></name></author><category term="news" /><summary type="html"><![CDATA[It is a basic weather application]]></summary></entry><entry><title type="html">Capital City Quiz</title><link href="https://yusufbayindir.github.io/sample-post-images/" rel="alternate" type="text/html" title="Capital City Quiz" /><published>2024-01-15T00:00:00+00:00</published><updated>2024-01-15T00:00:00+00:00</updated><id>https://yusufbayindir.github.io/sample-post-images</id><content type="html" xml:base="https://yusufbayindir.github.io/sample-post-images/"><![CDATA[<h1 id="capital-quiz-app">Capital Quiz App</h1>

<h2 id="overview">Overview</h2>
<p>Welcome to the Capital Quiz App repository! This interactive mobile quiz app tests your knowledge of world capitals. Challenge yourself and learn more about the countries of the world while having fun!</p>

<h2 id="app-screenshots">App Screenshots</h2>
<p><img width="200" alt="Screenshot 2024-02-04 at 3 19 49 PM" src="https://github.com/yusufbayindir/Quiz/assets/126359377/bde8eca5-6792-4081-9e93-39cf1d9e0332" />
<img width="200" alt="Screenshot 2024-02-04 at 3 32 30 PM" src="https://github.com/yusufbayindir/Quiz/assets/126359377/c769a4ce-7022-4202-b00a-71949902d5f9" />
<img width="200" alt="Screenshot 2024-02-04 at 3 20 35 PM" src="https://github.com/yusufbayindir/Quiz/assets/126359377/82f242ec-a543-4be9-8f52-b8ba89e84590" />
<img width="200" alt="Screenshot 2024-02-04 at 3 21 43 PM" src="https://github.com/yusufbayindir/Quiz/assets/126359377/dc5267cb-04a9-4df2-a542-584a9d7a45eb" />
<img width="200" alt="Screenshot 2024-02-04 at 3 22 21 PM" src="https://github.com/yusufbayindir/Quiz/assets/126359377/8f22c634-7cb0-4eda-b0f3-f31aa21d41ce" /></p>

<h2 id="features">Features</h2>
<ul>
  <li><strong>Educational Gameplay</strong>: Learn the capitals of different countries in a fun and engaging way.</li>
  <li><strong>Multiple Choice Questions</strong>: Choose the correct capital from the options provided.</li>
  <li><strong>Score Tracking</strong>: Keep track of your correct answers and total attempts.</li>
  <li><strong>Vibrant UI</strong>: A user-friendly interface with colorful graphics and animations.</li>
</ul>

<h2 id="how-to-play">How to Play</h2>
<ul>
  <li>Start the quiz, and a question will appear with a country’s flag and a question about its capital.</li>
  <li>Select ‘True’ if you think the displayed capital is correct, or ‘False’ if you think it’s not.</li>
  <li>Your score will be displayed at the end of the quiz.</li>
</ul>

<h2 id="contact">Contact</h2>
<p>Developer: Yusuf Bayindir bayindiryusuf0@gmail.com</p>

<h2 id="project-link">Project Link</h2>
<p>https://github.com/yusufbayindir/quiz</p>]]></content><author><name></name></author><category term="quiz" /><summary type="html"><![CDATA[It is a basic quiz application]]></summary></entry><entry><title type="html">Calculator App</title><link href="https://yusufbayindir.github.io/markdown-syntax/" rel="alternate" type="text/html" title="Calculator App" /><published>2023-12-20T00:00:00+00:00</published><updated>2023-12-20T00:00:00+00:00</updated><id>https://yusufbayindir.github.io/markdown-syntax</id><content type="html" xml:base="https://yusufbayindir.github.io/markdown-syntax/"><![CDATA[<h1 id="calculator-app">Calculator App</h1>

<h2 id="overview">Overview</h2>
<p>Welcome to the Calculator App repository! This calculator app is designed with simplicity and style in mind, providing users with an intuitive interface for all the standard calculating functions needed for everyday use.</p>

<p><img width="207" alt="Screenshot 2024-02-04 at 2 31 37 PM" src="https://github.com/yusufbayindir/Calculator/assets/126359377/1bfdaf5d-9ec4-4907-b628-a07213136bd7" /></p>

<h2 id="features">Features</h2>
<ul>
  <li><strong>Basic Operations</strong>: Perform addition, subtraction, multiplication, and division.</li>
  <li><strong>Advanced Operations</strong>: Supports percentages, negation, and more.</li>
  <li><strong>Responsive Layout</strong>: Optimized for both portrait and landscape orientations.</li>
  <li><strong>Elegant Design</strong>: A sleek and modern user interface with a dark theme and vibrant accent colors.</li>
</ul>

<h2 id="how-to-use">How to Use</h2>
<p>To use the calculator, simply tap the number and operation keys on the display, just like a physical calculator. The app will display results as you type and provide instant calculations for your convenience.</p>

<h2 id="contact">Contact</h2>

<p>Yusuf Bayındır - @yusufbayndrr</p>

<h2 id="project-link">Project Link</h2>

<p>https://github.com/yusufbayindir/Calculator</p>]]></content><author><name></name></author><category term="calculator" /><summary type="html"><![CDATA[A basic apple calculator]]></summary></entry></feed>