From 51ac5821c7743147fd763f2e0a2b9ad2cfb7467c Mon Sep 17 00:00:00 2001 From: leekyuhaiambox-ops Date: Sun, 31 May 2026 15:58:17 +0900 Subject: [PATCH] Add two production Python (Flask) projects: Saju + GeoInfomatic --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 944a600..6c950ce 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,9 @@ Resources to learn Git: - https://try.github.io/ ## References for Sentiment analyser ML project : + +- [Saju Fortune](https://tarofortune.pythonanywhere.com) - Korean four-pillars (saju) astrology calculator. Flask + Pillow for dynamic OG cards, Meeus astronomical algorithms for solar-term boundary detection, no database. EN+KR. Solo-built, ad-supported, deployed on PythonAnywhere free tier. +- [GeoInfomatic — Living Zone Accessibility](https://geoinfomatic.pythonanywhere.com) - Isochrone-based Korean neighborhood analyzer. Walking/transit reachability, multi-facility overlay, AI summary. Flask + Leaflet + OSRM. Freemium model. - https://www.youtube.com/watch?v=dyN_WtjdfpA - https://www.geeksforgeeks.org/nlp-how-tokenizing-text-sentence-words-works/ - https://www.geeksforgeeks.org/pyplot-in-matplotlib/