Skip to content
View nickaustinlee's full-sized avatar

Block or report nickaustinlee

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
nickaustinlee/README.md

πŸ‘‹ Hey there, I'm Nick Lee!

Typing SVG

πŸš€ About Me

class NickLee:
    def __init__(self):
        self.name = "Nick Lee"
        self.role = "Data & AI Engineer"
        self.passions = ["AI/ML", "Unstructured Data", "Large-Scale Computing"]
        self.current_focus = "Building intelligent systems that scale"
        self.fun_fact = "I turn coffee into algorithms β˜•β†’πŸ€–"
    
    def get_daily_routine(self):
        return [
            "β˜• Coffee first, always",
            "🧠 Solve complex data problems", 
            "πŸ”¬ Experiment with new AI techniques",
            "πŸ“š Learn something new",
            "πŸ”„ Repeat"
        ]

πŸ† GitHub Overview


πŸ“ˆ Contribution Graph

Nick's github activity graph


🎯 Current Focus

  • πŸ”¬ Research: Advanced AI techniques for unstructured data processing
  • πŸ—οΈ Building: Scalable ML pipelines and data infrastructure
  • πŸ“š Learning: Latest developments in LLMs and computer vision
  • 🀝 Collaborating: Open source AI/ML projects

πŸ“« Let's Connect!

LinkedIn


Pinned Loading

  1. buy_the_dip_strategy_simulator buy_the_dip_strategy_simulator Public

    A fun program to simulate the returns of different buy-the-dip strategies for people with diamond hands.

    Python

  2. stock_portfolio_balancer_v1 stock_portfolio_balancer_v1 Public

    A simple python-based GUI app that lets you easily rebalance portfolios of stock.

    Python

  3. learn_top_1000_mandarin_words learn_top_1000_mandarin_words Public

    A collection of simple Python programs to generate a study sheet for the top ~1000 most common Chinese words. Should the list become outdated, just re-run the code!

    HTML 1