Skip to content

Instantly share code, notes, and snippets.

View NiceboyWiseboy's full-sized avatar
🎯
Focusing

NiceboyWiseboy

🎯
Focusing
View GitHub Profile
@dmod
dmod / README.md
Last active December 18, 2019 13:31
Business Card Parser

Business Card Parser

The Business Card Parser contains the necessary functionality to parse and represent the output of an OCR Business Card Reader. Two classes are contained, one that will represent the model of the contact info parsed from the business card, including: Name, Phone Number, and Email Address. The other class contains the necessary methods to parse each field from the string of business card text.

@kylemcdonald
kylemcdonald / eos-project.ipynb
Created June 24, 2017 23:50
Calculating a facial landmarks with dlib, estimating the face mesh with eos, and projecting the mesh to 2d.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@HTenkanen
HTenkanen / dr_to_graph.py
Last active July 7, 2023 06:24
Digiroad to Graph
import networkx as nx
from osgeo import ogr
import os
def load_graph_from_Digiroad_shape(filepath, direction='AJOSUUNTA', both_ways=2, against=3, along=4, strict=True):
"""Generates nx.MultiDiGraph() object from Digiroad 2.0 Shapefile.
Parameters
----------