Projects


From AWS study tools to productionised ML models and more

Selected Github Repos

My repos: github.com/dylanhogg
Star history: star-history.com/#dylanhogg


1. Awesome Python

A curated, searchable list of awesome Python libraries and frameworks, with a bias towards data and machine learning.

website: www.awesomepython.org
code: github.com/dylanhogg/awesome-python
data: github_data.json


2. Trillion Dollar Unicorn 🦄

Trillion Dollar Unicorn 🦄 - the ultimate solution for anyone looking to build a unicorn business plan

website: www.trilliondollarunicorn.com


3. llmgraph: Create knowledge graphs with LLMs

llmgraph is a pip installable package that enables you to create knowledge graphs in GraphML, GEXF, and HTML formats from a given source entity Wikipedia page by extracting world knowledge from ChatGPT or other large language model.

github code: github.com/dylanhogg/llmgraph
pypi package: pypi.org/project/llmgraph
google colab notebook: llmgraph_example.ipynb
example html: Machine learning, 4 levels connected



4. Awesome Crypto

A searchable, sortable list of thousands of awesome crypto/blockchain github projects.

website: www.awesomecrypto.xyz
code: github.com/dylanhogg/crazy-awesome-crypto
data: github_data.json



5. Address Segmenter

An ML powered app that segments free-text addresses into known GNAF fields. Uses AWS API Gateway and Lambda.

website: address-app.infocruncher.com
code: github.com/dylanhogg/address-app



6. Cloud Jeopardy!

An AWS Certification study tool - select the correct question for the given AWS FAQ answer, Jeopardy style

website: jeopardy-app.infocruncher.com
code: github.com/dylanhogg/cloud-jeopardy-app



7. Sql Query Parser

An app that extracts table, column and meta info from SQL queries. Uses AWS API Gateway and Lambda.

website: sql-app.infocruncher.com
code: github.com/dylanhogg/sql-app