Skip to content

Instantly share code, notes, and snippets.

View strdr4605's full-sized avatar
👀
hunting hackathons and OSS

Dragoș Străinu strdr4605

👀
hunting hackathons and OSS
View GitHub Profile
@strdr4605
strdr4605 / GSoC-Rocket.chat.md
Last active March 27, 2018 11:05
Proposal for Google summer of code 2018 Rocket.chat

Proposal for Google summer of code 2018 Rocket.Chat

About me

  • Name: Dragoș Străinu
  • University: University of Siegen, Germany
  • Rocket.chat: @dr4605
  • Email: str.dr4605@gmail.com
  • Github: https://github.com/strdr4605
  • Experiences: For the past 2 years, I participated at 17 Hackathons. I am a fullstack developer. I worked with chatbots and data analysis.
import numpy as np
from PIL import Image
section_size = 20
im = Image.open("ndvi_test.jpg")
px = np.asarray(im)
x = 0
y = 0