-
Maintained by:
Odoo -
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Major Cloud Providers": { | |
| "items": [ | |
| { | |
| "name": "Google Colab", | |
| "link": "https://colab.research.google.com/", | |
| "description": "Free Jupyter Notebooks development environment.", | |
| "tags": [] | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "range": "links!A1:Z1001", | |
| "majorDimension": "ROWS", | |
| "values": [ | |
| [ | |
| "categoria_tema", | |
| "categoria_icone", | |
| "link_nome", | |
| "link_url", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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." | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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%} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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" | |
| }, | |
| { |
NewerOlder