From 611ea63edd2ec145dfbf316da6752af75c821c5c Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 4 Dec 2023 16:36:52 -0500 Subject: [PATCH] feat: make flashnote better --- Daniel Chen.typ | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Daniel Chen.typ b/Daniel Chen.typ index 7c66bb7..b76aa75 100644 --- a/Daniel Chen.typ +++ b/Daniel Chen.typ @@ -105,6 +105,18 @@ - Reduced action latency by *90%* by lazily loading art assets at opportune times, such as during cutscenes + #project( + "Flashcard Generator", + "https://github.com/potatoeggy/flashnote", + "Java, Android", + ) + - Created an Android app to generate study *flashcards from handwritten notes* + using *Google Cloud* + - Interfaced with GCP's Vision and NLP APIs to extract text and keywords from + images with *Retrofit* and *Gson* + - Isolated key terms with GCP's NLP API to convert declarative sentences into + questions and answers + #project( "Kobo Sync Server", "https://github.com/potatoeggy/kobink",