feat: make flashnote better

This commit is contained in:
eggy 2023-12-04 16:36:52 -05:00
parent dc8062dfc5
commit 611ea63edd

View File

@ -105,6 +105,18 @@
- Reduced action latency by *90%* by lazily loading art assets at opportune times, - Reduced action latency by *90%* by lazily loading art assets at opportune times,
such as during cutscenes 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( #project(
"Kobo Sync Server", "Kobo Sync Server",
"https://github.com/potatoeggy/kobink", "https://github.com/potatoeggy/kobink",