Skip to content

Instantly share code, notes, and snippets.

View ice2heart's full-sized avatar

Ice2heart ice2heart

View GitHub Profile
Summary
Operating System
Майкрософт Windows 10 Домашняя для одного языка 64-bit
CPU
Intel Core i5 7400 @ 3.00GHz 36 °C
Kaby Lake 14nm Technology
RAM
16,0ГБ Dual-Channel Unknown @ 1200MHz (16-16-16-39)
Motherboard
Gigabyte Technology Co. Ltd. Z270X-UD3-CF (U3E1) 24 °C
@ice2heart
ice2heart / app.py
Last active December 3, 2019 14:19
Noiser
#!/usr/bin/env python3
'''
sudo apt-get install libjpeg-dev zlib1g-dev
pip install pillow-simd
'''
from PIL import Image
import sys
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
data = pd.read_csv('weights_heights.csv', index_col='Index')
# height = data.Height.values
# weight = data.Weight.values