88 lines
3.0 KiB
JSON
88 lines
3.0 KiB
JSON
[
|
||
{
|
||
"title": "Temperature Blanket Visualizer",
|
||
"descriptions": [
|
||
"Useful tool to help visualize and refine blanket planning for crochet temperature blankets.",
|
||
"A personal project, but a fun one."
|
||
],
|
||
"links": [
|
||
{
|
||
"type": "internal",
|
||
"url": "/temperature-blanket",
|
||
"icon": "code"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"title": "PokemonSleep Toolset",
|
||
"descriptions": [
|
||
"A webpage constructed for assisting players in the mobile game Pokemon Sleep. Featuring a Pokemon Rater that derives ratings utilizing [this public spreadsheet](https://docs.google.com/spreadsheets/d/14nzQ--k4XhpFHI0qhgNRQlpWswh6WAxBCfq_QvIVZyI/edit?gid=339317073#gid=339317073).",
|
||
"A personal project, but a fun one."
|
||
],
|
||
"links": [
|
||
{
|
||
"type": "internal",
|
||
"url": "/pokemon-sleep",
|
||
"icon": "code"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"title": "AI-Driven D&D 5E Character Generator with React, Next.js, and OpenAI GPT-3 Engine",
|
||
"descriptions": [
|
||
"Creates a credible D&D 5E character sheet, including backstory, based on user input. Ex. 'I would like to play a magical elf.' or 'I want to smash things with a big hammer.' The AI chooses the best-fitting character while ensuring rules compliance.",
|
||
"Lead development in core functionality, including front and back-end logic and deterministic decision flows styled with Emotion."
|
||
],
|
||
"links": [
|
||
{
|
||
"type": "external",
|
||
"url": "https://web.engr.oregonstate.edu/~hessro/teaching/hof/cs494#w22",
|
||
"label": "CS 494 Hall of Fame"
|
||
},
|
||
{
|
||
"type": "github",
|
||
"url": "https://github.com/tylertitsworth/ai-character-generator"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"title": "iOS Gesture Alphabet with Swift and CoreML",
|
||
"descriptions": [
|
||
"iOS keyboard extension that translates movements made by the user’s phone to corresponding letters using CoreML. Developed as an accessibility solution for users who struggle with traditional keyboards.",
|
||
"SCRUM team lead. Collected, cleaned, trained, and tested the model. Developed core translation logic and interface."
|
||
],
|
||
"links": [
|
||
{
|
||
"type": "github",
|
||
"url": "https://github.com/kjiroux/iOS-Gesture-Alphabet"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"title": "Android Mobile App with Backend PokeAPI and Java",
|
||
"descriptions": [
|
||
"Created 'UltimateDex', a complete Pokedex app accessing the PokeAPI. Users can search, filter, and save entries, with each entry displaying comprehensive information styled to match the series."
|
||
],
|
||
"links": [
|
||
{
|
||
"type": "github",
|
||
"url": "https://github.com/osu-cs492-w20/final-project-tamagucci/"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"title": "NodeJS WebApp with MYSQL Database and Handlebars",
|
||
"descriptions": [
|
||
"Fantasy task-assignment system utilizing MYSQL to manage guilds, 'quests', and members. NodeJS for backend, Handlebars for templating."
|
||
],
|
||
"links": [
|
||
{
|
||
"type": "github",
|
||
"url": "https://github.com/yanyan2019/cs340_project/"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
|
||
|