Skip to content

Instantly share code, notes, and snippets.

View Createdd's full-sized avatar
🚀
Making it happen

Daniel Deutsch Createdd

🚀
Making it happen
View GitHub Profile
FROM python:3.7
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV FLASK_APP=app.py
ENV FLASK_ENV=development
# install system dependencies
RUN apt-get update \
&& apt-get -y install gcc make \
&& rm -rf /var/lib/apt/lists/*s
RUN python3 --version
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:AttachRolePolicy",
"iam:GetRole",
"iam:CreateRole",
"iam:PassRole",
"""
Title: Neural style transfer
Author: [fchollet](https://twitter.com/fchollet)
Date created: 2016/01/11
Last modified: 2020/05/02
Description: Transfering the style of a reference image to target image using gradient descent.
"""
# https://github.com/keras-team/keras-io/blob/master/examples/generative/neural_style_transfer.py
@Createdd
Createdd / text_processing_lstm.ipynb
Last active September 23, 2022 09:43
text_processing_lstm.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Createdd
Createdd / covid_analysis_nb.ipynb
Created July 9, 2022 09:01
covid_analysis_nb.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.