Giter Site home page Giter Site logo

spyql's Introduction

Hi there ๐Ÿ‘‹

My name is Yash Bonde, AI researcher. Get to know more at KS2Labs and NimbleBox.ai. I am currently experimenting with streaming my work, watch it on YouTube.

Experience: Worked in all domains of deep learning CV, NLP, Documents, Audio and now working in RL and industry applied AI. I regularly blog on topics that interest me. Open for freelancing gigs, connect on my LinkedIn.

Gists: Over the years, I think gists are what will define human culture. (And, in all probability, human civilization.).

  • 62df9d16858a43775c22a6af00a8d707 I have a bunch of functions I use everyday, daily.py
  • cadb515b6c658f18147d948fac685c7b Make GPT generation chill, gpt.py

How to get any gist:

def get_gist(id):
  import requests, json
  d = json.loads(requests.get(f"https://api.github.com/gists/{id}").content.decode("utf-8"))
  for file_name in d["files"]: # save all the files exactly like on your gist
    with open(file_name, "w") as f:
      print("Writing:", file_name)
      f.write(d["files"][file_name]["content"])
        
get_gist(id_from_above)

Some Reading List: Notion


Here is a meme on AI

spyql's People

Contributors

dcmoura avatar pyup-bot avatar yashbonde avatar

Watchers

 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.