Email or username:

Password:

Forgot your password?
14 posts total
Python Hub

meme_search

Index your memes by their content and text, making them easily retrievable for your meme warfare pleasures. Find funny fast.

github.com/neonwatty/meme_sear

Python Hub

OpenCopilot

Build and embed open-source AI Copilots into your product with ease.

github.com/opencopilotdev/open

Python Hub

Llama from scratch

A tutorial on how to implement a paper and debug your model.

blog.briankitano.com/llama-fro

Python Hub

Back end of Meta Threads is built with Python 3.10 with some interesting tweaks

twitter.com/llanga/status/1676

Python Hub

Understanding GPT tokenizers

Large language models such as GPT-3/4, LLaMA and PaLM work in terms of tokens. They take text, convert it into tokens (integers), then predict which tokens should come next. Playing around with these tokens is an interesting way to get a better idea for how this stuff actually works under the hood.

simonwillison.net/2023/Jun/8/g

Python Hub

gventuri / pandas-ai

Pandas AI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational

github.com/gventuri/pandas-ai

Python Hub

Why you should still read the docs

Do you feel you're fighting your tools? Do you feel you're relying too much on autocomplete and inline documentation? Most good documentation won't show up in your IDE – rather, it is about how to use the library, and the problem the library is solving.

death.andgravity.com/output

Python Hub

svc-develop-team / so-vits-svc

SoftVC VITS Singing Voice Conversion

github.com/svc-develop-team/so

Python Hub

fauxpilot / fauxpilot

FauxPilot - an open-source GitHub Copilot server

github.com/fauxpilot/fauxpilot

Python Hub

shyamsn97 / mario-gpt

Generating Mario Levels with GPT2. Code for the paper "MarioGPT: Open-Ended Text2Level Generation through Large Language Models" arxiv.org/abs/2302.05981

github.com/shyamsn97/mario-gpt

Python Hub

bookwyrm

Social reading and reviewing, decentralized with ActivityPub.

github.com/bookwyrm-social/boo

Python Hub

Tsuki

Tsuki is a minimalistic open-sourced social media platform, built using Python.

github.com/Devansh3712/tsuki

Go Up