Giter Club home page Giter Club logo

ppa's Introduction

Hello there ๐Ÿ‘‹ I'm Addison

Find me around the web

Stack Overflow PyTorch Forums PyTorch Lightning Slack LinkedIn Etsy MLops.community Slack LeetCode

Or writing jokes in code

from bs4 import BeautifulSoup
import torch, torchaudio, torchtext
from torch import nn


class UltimateMLPipeline(nn.Module):
    """An engineer can dream"""

    def __init__(self, pretrained=True):
        super().__init__()
        self.asr_model = torchaudio.asr.get_sota_model()
        self.ner_model = torchtext.ner.get_sota_model()

    def forward(self, exec_meeting_audio, implementation_url='https://paperswithcode.com'):
        business_needs = self.asr_model(exec_meeting_audio)
        latest_research = self.ner_model(BeautifulSoup(implementation_url, 'html.parser'))
        similarity_score = torch.cdist(latest_research, business_needs.use_case, p=2)
        ml_task = torch.max(similarity_score)
        top_papers = ml_task.filter(language__isin=business_needs.tech_stack).order_by(business_needs.kpi)
        best_model = top_papers[0].implementation.get_model(pretrained=True)
        return best_model(business_needs.input)


model = UltimateMLPipeline()
torch.save(model.state_dict(), 'UltimateMLPipeline.ckpt')  # Weights available tomorrow ;)

โšก Tools I've Worked With

Languages Python C/C++ R Shell jQuery TeX

ML PyTorch PyTorch Lightning Ray Tune Tensorflow Keras Scikit-Learn ONNX

MLops MLflow Hydra Dolt

Data Pandas NumPy OpenCV

Cloud AWS Google Cloud

Web Django Postgres Bootstrap

OS Linux Ubuntu Docke(r

DevOps Git GitHub Bitbucket

๐Ÿ“ˆ Stats

LeetCode user addisonklinke

Addison's GitHub stats

Addison's Top Languages

Addison's StackOverflow

ppa's People

Contributors

addisonklinke avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.