Skip to content
View mcyph's full-sized avatar
  • Melbourne
Block or Report

Block or report mcyph

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mcyph/README.md

Hi there 👋

🔭 I’m currently working on covid-19 🔢stats collection, 💾archiving and 📈visualization
🌱 I’m currently learning to use pandas, scikit-learn, Keras, ruby on rails, leaflet, android mobile dev with Java, ...
🏛️ Recently I've also been contributing patches to decidim-cfj and other civic-tech projects

My python libraries ⚙️

🐇 speedysvc - fastest, lowest-latency microservices using shared memory
🖌️ cnn_chinese_hw - tolerant Chinese/Japanese handwriting recognition using machine learning
char_data - data on Unicode characters/symbols: find out what 🤖, or Ж are called for example! 🚧
🌏 lang_data - language data: alphabets, translations, number formatting and similar from the Unicode CLDR 🚧
🌍 multi_translit - convert between alphabets: Cyrillic Россия can be converted to Rossiâ, for instance 🚧
🌎 iso_tools - work with language, script and region (ISO 639, 15924 and 3166) codes 🚧
📙 pos_tagger - multi-engine part-of-speech tagging 🚧

My web apps/libraries 🌐

🚦 react_spectrecss_kickstarter - a quick set of UI, chart and map controls for civic tech+hackathons
🐱 langlynx.com - translation software for 100+ languages with dictionaries and encyclopedias
🗣 help-pronounce.com - shows phonetics and pronunciations for words

Other misc stuff ✨

🐍 python_quick_flythru - practical python standard lib docs 🚧

🚧 = in progress/currently being documented

Pinned Loading

  1. global_subnational_covid_data global_subnational_covid_data Public

    Normalization and aggregation of subnational covid-19 case statistics for as many countries as possible on admin 1 (ISO 3166-2) and admin 2 levels.

    Jupyter Notebook 2 1

  2. world_subnational_covid_crawler world_subnational_covid_crawler Public

    Crawler for subnational Australian+international state, territory and province COVID-19 statistics

    Python 2

  3. cnn_chinese_hw cnn_chinese_hw Public

    Chinese (Simplified/Traditional) and Japanese Kanji handwriting input method. Convolutional neural network (CNN) using Tensorflow/Keras under a permissive license (LGPL)

    Python 12 3

  4. speedysvc speedysvc Public

    Python client-server microservices using the fastest means possible - shared memory. Communication 10-30x faster than almost any other similar python library

    Python 7 1

  5. python_quick_flythru python_quick_flythru Public

    A quick intro to python types+standard module, with an emphasis on practical use and common gotchas

  6. pos_tagger pos_tagger Public

    A multi-engine part-of-speech tagging system

    Python