This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from bs4 import BeautifulSoup | |
import requests | |
import re | |
import urllib2 | |
import os | |
import cookielib | |
import json | |
def get_soup(url,header): | |
return BeautifulSoup(urllib2.urlopen(urllib2.Request(url,headers=header)),"html.parser") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# imports | |
import numpy as np | |
import cv2 | |
import matplotlib.pyplot as plt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# imports | |
import numpy as np | |
import cv2 | |
import matplotlib.pyplot as plt | |
# The Hough Transform is a popular algorithm for detecting any shape that can | |
# be represented in a parametric mathmatical form in binary images. This | |
# usually means that images need to be thresholded or filtered prior to running |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{'min': 2, 'trait': 6200, 'rank': 20, 'existing': 'Y', 'udf': '24X4X3', 'max': 4, 'select': 'T'}, {'min': 2, 'trait': 6200, 'rank': 20, 'existing': 'Y', 'udf': '24X4X3', 'max': 4, 'select': 'T'}, {'min': 2, 'trait': 6200, 'rank': 20, 'existing': 'Y', 'udf': '24X4X3', 'max': 4, 'select': 'T'}, {'min': 2, 'trait': 6200, 'rank': 20, 'existing': 'Y', 'udf': '24X4X3', 'max': 4, 'select': 'T'}, {'min': 2, 'trait': 6200, 'rank': 20, 'existing': 'Y', 'udf': '24X4X3', 'max': 4, 'select': 'T'}, {'min': 2, 'trait': 6200, 'rank': 20, 'existing': 'Y', 'udf': '24X4X3', 'max': 4, 'select': 'T'}, {'min': 2, 'trait': 6200, 'rank': 20, 'existing': 'Y', 'udf': '24X4X3', 'max': 4, 'select': 'T'}, {'min': 2, 'trait': 6200, 'rank': 20, 'existing': 'Y', 'udf': '24X4X3', 'max': 4, 'select': 'T'}, {'min': 2, 'trait': 6200, 'rank': 20, 'existing': 'Y', 'udf': '24X4X3', 'max': 4, 'select': 'T'}, {'min': 2, 'trait': 6200, 'rank': 20, 'existing': 'Y', 'udf': '24X4X3', 'max': 4, 'select': 'T'}, {'min': 2, 'trait': 6200, 'rank': 20, 'exis |
OlderNewer