- 👋 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
data
Into designing tech that promotes justice and social good.
- Kansas City, Missouri
Pinned Loading
-
towerscraper.py
towerscraper.py 1import requests
2from bs4 import BeautifulSoup
3import pandas as pd
4import geopandas as gpd
5import numpy as np
-
Big Little Language Model Code
Big Little Language Model Code 1class Entity:
2def __init__(self, name, desc):
3self.id = uuid4()
4self.name = name
5self.desc = desc
-
using autogen and differently config...
using autogen and differently configured llms, this script simulates the freudian conscious interactions between the ego and superego 1import autogen
2import os
3from autogen.agentchat.contrib.society_of_mind_agent import SocietyOfMindAgent
45#CONCIOUSNESS (INTERROGATES THE OUTSIDE WORLD THRU USER PROXY AGENT) configurations below
-
spaCy
spaCy PublicForked from explosion/spaCy
💫 Industrial-strength Natural Language Processing (NLP) with Python and Cython
Python
-
ScriptCraft
ScriptCraft PublicForked from walterhiggins/ScriptCraft
Write Minecraft Plugins in JavaScript.
JavaScript
-
VIGENERE CIPHER
VIGENERE CIPHER 12class Cipher:
3def __init__(self, key=None):
4if key is None:
5self.key = rand_from_set(100, printable)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.