Skip to content
View joegr's full-sized avatar
:octocat:
data
:octocat:
data
  • Kansas City, Missouri
Block or Report

Block or report joegr

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
joegr/README.md
  • 👋 Hi, I’m @joegr
  • 👀 I’m interested in Data Science and making the way we do it just
  • 🌱 I’m currently learning entity disambiguation, GPT4, BERT, Spacy-llm, llama and just love language, ya know?
  • 💞️ I’m looking to collaborate on anything and everything
  • 📫 How to reach me 🐦 I left twitter because I gave it everything also and including the kitchen sink and got nothing but ire and loathing out of it

Pinned

  1. towerscraper.py towerscraper.py
    1
    import requests 
    2
    from bs4 import BeautifulSoup
    3
    import pandas as pd
    4
    import geopandas as gpd
    5
    import numpy as np
  2. Big Little Language Model Code Big Little Language Model Code
    1
    class Entity: 
    2
        def __init__(self, name, desc):
    3
            self.id = uuid4()
    4
            self.name = name
    5
            self.desc = desc
  3. using autogen and differently config... using autogen and differently configured llms, this script simulates the freudian conscious interactions between the ego and superego
    1
    import autogen
    2
    import os
    3
    from autogen.agentchat.contrib.society_of_mind_agent import SocietyOfMindAgent
    4
    
                  
    5
    #CONCIOUSNESS (INTERROGATES THE OUTSIDE WORLD THRU USER PROXY AGENT) configurations below
  4. spaCy spaCy Public

    Forked from explosion/spaCy

    💫 Industrial-strength Natural Language Processing (NLP) with Python and Cython

    Python

  5. ScriptCraft ScriptCraft Public

    Forked from walterhiggins/ScriptCraft

    Write Minecraft Plugins in JavaScript.

    JavaScript