Skip to content

Instantly share code, notes, and snippets.

View HabibMrad's full-sized avatar
🏠
Working from home (Always ready to help)

Habib Mrad HabibMrad

🏠
Working from home (Always ready to help)
  • Beirut - Lebanon
  • 04:20 (UTC +02:00)
View GitHub Profile
@HabibMrad
HabibMrad / get_dataset.py
Created September 18, 2020 15:05 — forked from ardamavi/get_dataset.py
For reading datasets and converting to numpy files.
# Arda Mavi
import os
import numpy as np
from os import listdir
from scipy.misc import imread, imresize
from keras.utils import to_categorical
from sklearn.model_selection import train_test_split
# Settings:
img_size = 64
@HabibMrad
HabibMrad / normcore-llm.md
Created October 29, 2023 12:26 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads