Skip to content

Instantly share code, notes, and snippets.

View araguaci's full-sized avatar
🌎
coffeeing, praying & coding... 🧭✨

araguaci

🌎
coffeeing, praying & coding... 🧭✨
View GitHub Profile
@araguaci
araguaci / microgpt.py
Created February 12, 2026 14:36 — forked from karpathy/microgpt.py
microgpt
"""
The most atomic way to train and inference a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
{
"Major Cloud Providers": {
"items": [
{
"name": "Google Colab",
"link": "https://colab.research.google.com/",
"description": "Free Jupyter Notebooks development environment.",
"tags": []
},
{
@araguaci
araguaci / links
Created September 20, 2025 20:54
@araguaci
araguaci / projetos
Last active September 19, 2025 15:31
{
"title": "Inteligência Artificial - Ferramentas criada com Inteligência Artificial para desenvolvedores e entusiastas.",
"items": [
{
"title": "Vaza Toga",
"image_url": "https://artesdosul.com/assets/img/vaza-toga.png",
"link_url": "https://artesdosul.com/showcase/vazatoga/",
"description": "A série de vazamentos conhecida como **Vaza Toga**, evidenciando as diferentes fases do escândalo que revela supostas articulações e abusos no sistema judicial brasileiro, seus impactos políticos e repercussões sociais."
},
@araguaci
araguaci / apps_compilados
Created September 19, 2025 12:59
aplicativos e ferramentas
[
{
"name": "Airbnb",
"description": "Clone/alternativa de Airbnb usando Sanity SDK, Next.js, React Hooks",
"category": [
"Sanity SDK",
"Next.js",
"React Hooks"
],
"url": "https://www.youtube.com/watch?v=mx1dbMzd3tU&ab_channel=CodewithAniaKub%C3%B3w&t=9039s",
@araguaci
araguaci / main.py
Created June 20, 2025 22:01 — forked from jvelezmagic/main.py
QA Chatbot streaming with source documents example using FastAPI, LangChain Expression Language, OpenAI, and Chroma.
"""QA Chatbot streaming using FastAPI, LangChain Expression Language , OpenAI, and Chroma.
Features
--------
- Persistent Chat Memory:
Stores chat history in a local file.
- Persistent Vector Store:
Stores document embeddings in a local vector store.
- Standalone Question Generation:
Rephrases follow-up questions to standalone questions in their original language.
.css-selector {
    background: linear-gradient(45deg, #eae894, #c6ff9e, #9eb3ff);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 27s ease infinite;
    -moz-animation: AnimationName 27s ease infinite;
    -o-animation: AnimationName 27s ease infinite;
    animation: AnimationName 27s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:97% 0%}
@araguaci
araguaci / Low Poly Art Generator
Last active April 30, 2024 05:12
Low Poly Art Generator
<!--
https://github.com/evansque/polygonize
-->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="container">
<header id="header">
<div class="cell-size-value-wrapper">
<span>Cell size:</span>
<span id="cell-size-value">30</span>
@araguaci
araguaci / olavodecarvalho.json
Last active March 27, 2024 21:51
olavodecarvalho
{
"name": "In Memoriam",
"roles": ["Veritas filia temporis O.C.✨", "A verdade é filha do tempo. O.C. ✨", "Pensador 🤔", "Professor 👨‍🏫", "Visionário ⚜️"],
"social": [
{
"label": "Instagram",
"href": "https://www.instagram.com/araguaci.andrade/",
"icon": "ri:instagram-line"
},
{