esbeneickhardt's repositories
sharepointr
This is a R package for uploading and downloading files to sharepoint. You need to create an app registration before this works.
emlTextExtraction
Docker image which allows one to extract text from emails and their attachments recursively using Python3 and the email package.
15JavaScriptProjects
Just creating a number of simple javascript apps to learn how to write javascript.
chatbotR
This is a chatbot app that I will be integrating with API calls to a LLM.
dotfiles
These are dotfiles for beautiful vim and bash configurations
fastai2022
This is just a repository I use for completing the fastai2022 course: https://www.fast.ai/posts/2022-07-21-dl-coders-22.html
hackingWithC
This repository contains code written as part of going through the book "Hacking: The art of exploitation"
karpathyintro
Karpathy has created a Zero to Hero deep learning resource, which I will be using this repository to walk through.
moviesearch
I create a simple website for searching movies, and will hopefully get to using some machine learning models too.
PatternAnnotator
Perl script for functionally annotating SNVs, short INDELs and multi-allelic variants using the Ensembl API
statisticallearning
I will be running through "An Introduction to Statistical Learning" to refresh my statistics, and this is where I place the solutions to the assignments.
StudyBuddy
This is the code associated with the following tutorial:
TFBSAnnotator
Perl script annotating which SNVs and short INDELs that overlap TFBSs, and a dataset containing their TFBS-scores
TransformerFromScratch
In this repository I implement a transformer model from scratch using this tutorial: