Skip to content

Instantly share code, notes, and snippets.

View qooba's full-sized avatar

Kuba Sołtys qooba

View GitHub Profile
@qooba
qooba / README.md
Created June 9, 2021 21:22
Feast with s3 usage

Installation

git clone -b feature/filesource_s3 https://github.com/qooba/feast.git cd feast && make install-python-ci-dependencies

Usage

You have to set environment variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY

@qooba
qooba / README.md
Created October 24, 2022 13:11
Terraform intro
FROM ubuntu:latest
RUN apt update && apt install curl git vim -yq
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
RUN curl -LO https://releases.hashicorp.com/terraform/1.3.2/terraform_1.3.2_linux_386.zip 
RUN apt install unzip -yq && unzip terraform_1.3.2_linux_386.zip && mv terraform /usr/local/bin/ && rm terraform_1.3.2_linux_386.zip
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install curl git ssh cmake ack g++ tmux ncurses-dev -yq
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/qooba/vim-python-ide/master/setup.sh)"
CMD /bin/bash
@qooba
qooba / lightworks.Dockerfile
Created July 17, 2020 22:20 — forked from agoose77/lightworks.Dockerfile
Lightworks Dockerfile
# Lightworks
#
# VERSION 0.0.1
FROM ubuntu:18.04
RUN apt-get update
RUN apt-get install -y wget
RUN wget https://cdn.lwks.com/lightworks-14.5.0-amd64.deb
# Dependencies for Lightworks
RUN apt-get install -y libldap-2.4-2 libjack0
RUN apt-get install -y ./lightworks-14.5.0-amd64.deb
@qooba
qooba / README.md
Last active January 16, 2020 23:58
UNet example

UNet test

@qooba
qooba / README.md
Last active January 5, 2020 19:15
Salt example

Salt example

@qooba
qooba / .gitignore
Last active September 6, 2018 22:26
Tensorflow meets C# Azure function
bin/
.vscode/
obj/
@qooba
qooba / recommendation.ipynb
Last active August 22, 2018 16:03
Another brick in the … recommendation system – Databricks in action. Read more: https://qooba.net/2018/08/22/another-brick-in-the-recommendation-system-databricks-in-action/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@qooba
qooba / LICENSE
Created July 19, 2018 21:47
This license applies to all public gists https://gist.github.com/qooba
MIT License
Copyright (c) 2016 Jakub Sołtys
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@qooba
qooba / README_word2vec_uw_2018_04_18.txt
Last active April 24, 2018 13:35
README word2vec presentation uw 2018-04-18
https://research.googleblog.com/2018/04/introducing-semantic-experiences-with.html
https://books.google.com/talktobooks/
http://www.deepdata.pl/uncategorized/przygotowanie-polskiego-modelu-word2vec-z-wykorzystaniem-korpusu-opensubtitles/
https://github.com/emsi/wordvectors/
https://github.com/Kyubyong/wordvectors