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

Block or report mcyph

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

  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