-
-
wordle-rolled-bot Public
A Discord bot I made that congratulates my friend with a procedurally-generated message whenever they post their Wordle score.
Python UpdatedJul 2, 2025 -
emoticon_kaomoji_dataset Public
Dataset of 62,000 text emoticons and kaomojis with labels.
-
animal-fun-facts-dataset Public
A dataset of 7734 animal "fun facts" from various sources on the web.
-
-
fable_generator_gpt2 Public
Generates structured short stories about any given topic, using GPT-2. The prompt template cues the model into following the form of a story.
Jupyter Notebook MIT License UpdatedApr 17, 2023 -
Analyzing misconduct complaints filed by police officers, using data from the Chicago Police Department.
Jupyter Notebook UpdatedApr 14, 2023 -
petroglyph-detection Public
Detecting petroglyphs in an image using YOLOv5 object detection model.
-
environmental-qa-system Public
A QA system for answering questions about environmental issues. Built using Haystack and Wikipedia.
Jupyter Notebook MIT License UpdatedApr 10, 2023 -
mtg-art-content-search Public
Content-based search engine for artworks from Magic: the Gathering, using OpenAI's CLIP model.
Jupyter Notebook UpdatedApr 7, 2023 -
Classifying companies into one of 41 industries/genres based on their text description. Uses sentence-transformer embeddings and sklearn's NearestCentroid model.
Jupyter Notebook UpdatedFeb 1, 2023 -
chorus_app_js Public
Web app for making musical beat loops with friends online
HTML MIT License UpdatedJan 16, 2023 -
predicting-recipe-time Public
Predicting the completion time of a recipe from just the text of the instructions.
Jupyter Notebook UpdatedJan 16, 2023 -
-
-
-
mtg-deck-helper-ui Public
Python UI for viewing a Magic: the Gathering decklist. Includes tools for finding similar cards and deck suggestions.
-
A collection of 1,397 Wikipedia articles related to environmental issues, for QA systems.
Jupyter Notebook MIT License UpdatedSep 19, 2022 -
qcat_finetuning Public
Finetuning BERT for classifying question types
Jupyter Notebook UpdatedSep 15, 2022 -
A data science project that uses a dataset of Steam games to try to predict a game's tags from just its description.
-
davinci_notebook Public
A collection of AI-generated sketches in the style of Leonardo da Vinci's journals
3 UpdatedAug 31, 2022 -
Searches for Magic: the Gathering cards with similar text to a given card, using TF-IDF.
-
discord-jeremy-bot Public
Discord bot that gives updates about Jeremy's life since he moved somewhere with no internet.
Python UpdatedJul 18, 2022 -
-
-
ygo-search-card-text Public
Scripts for downloading data for all Yu-Gi-Oh cards and searching their text for regular expressions.
Python UpdatedOct 20, 2021 -
plot-mtg-card-text-over-time Public
Graphs the yearly occurrences of any given keyword or phrase in Magic: the Gathering cards over Magic's entire history.
Jupyter Notebook UpdatedOct 6, 2021 -
mtg-wordclouds Public
Makes a word cloud shaped like a mana symbol for each of the 5 colors in Magic: the Gathering.
Python UpdatedSep 28, 2021 -
vagabond-pai-sho-ai Public
A game where you can play Vagabond Pai Sho against an AI. Uses monte-carlo tree search.
-
random-mtg-deck-generator Public
Python script to generate a random mtg deck: modern legal, consistent colors, 24 basic lands.