Skip to content

Instantly share code, notes, and snippets.

View Melihemin's full-sized avatar
🌎

Melih Emin Kılıçoğlu Melihemin

🌎
  • Turkey
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Melihemin
Melihemin / plateWithcontours.ipynb
Created December 12, 2021 05:53
Plate Localization With Contours
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Melihemin
Melihemin / draw_circle.py
Created October 31, 2021 07:24
Tap Tap For Circle!
"""
Example to show how to draw basic shapes and mouse events with OpenCV
"""
# Import required packages:
import cv2
import numpy as np
# Dictionary containing some colors:
colors = {'blue': (255, 0, 0), 'green': (0, 255, 0), 'red': (0, 0, 255), 'yellow': (0, 255, 255),
@Melihemin
Melihemin / custom_webcam.ipynb
Last active September 18, 2021 14:27
Custom_webcam
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Melihemin
Melihemin / untitled4.ipynb
Created June 11, 2021 23:56
Untitled4.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Melihemin
Melihemin / ason-brats.ipynb
Created June 5, 2021 10:05
ason-brats.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Melihemin
Melihemin / brain_seg.ipynb
Last active May 9, 2021 10:06
Brain Segmentation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Melihemin
Melihemin / movie-recommender.ipynb
Created April 24, 2021 08:00
movie-recommender.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Melihemin
Melihemin / pytorch-ile-goruntu-siniflandirma.ipynb
Created April 13, 2021 07:23
PyTorch ile Goruntu Siniflandirma.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Melihemin
Melihemin / g-r-lt-giderme.ipynb
Last active April 20, 2021 20:18
Gorultu isleme
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.