GeoDream
Disentangling 2D and Geometric Priors for High-Fidelity and Consistent 3D Generation.
https://github.com/baaivision/GeoDream
Disentangling 2D and Geometric Priors for High-Fidelity and Consistent 3D Generation.
https://github.com/baaivision/GeoDream
GitHub
GitHub - baaivision/GeoDream: GeoDream: Disentangling 2D and Geometric Priors for High-Fidelity and Consistent 3D Generation
GeoDream: Disentangling 2D and Geometric Priors for High-Fidelity and Consistent 3D Generation - baaivision/GeoDream
Dobb·E
An open-source, general framework for learning household robotic manipulation
https://github.com/notmahi/dobb-e/
An open-source, general framework for learning household robotic manipulation
https://github.com/notmahi/dobb-e/
GitHub
GitHub - notmahi/dobb-e: Dobb·E: An open-source, general framework for learning household robotic manipulation
Dobb·E: An open-source, general framework for learning household robotic manipulation - notmahi/dobb-e
Pearl
A Production-ready Reinforcement Learning AI Agent Library brought by the Applied Reinforcement Learning team at Meta.
https://github.com/facebookresearch/Pearl
A Production-ready Reinforcement Learning AI Agent Library brought by the Applied Reinforcement Learning team at Meta.
https://github.com/facebookresearch/Pearl
GitHub
GitHub - facebookresearch/Pearl: A Production-ready Reinforcement Learning AI Agent Library brought by the Applied Reinforcement…
A Production-ready Reinforcement Learning AI Agent Library brought by the Applied Reinforcement Learning team at Meta. - GitHub - facebookresearch/Pearl: A Production-ready Reinforcement Learning ...
netease-youdao / EmotiVoice
EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine
https://github.com/netease-youdao/EmotiVoice
EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine
https://github.com/netease-youdao/EmotiVoice
GitHub
GitHub - netease-youdao/EmotiVoice: EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine
EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine - netease-youdao/EmotiVoice
Show HN: Microagents: Agents Capable of Self-Editing Their Prompts / Python Code
https://github.com/aymenfurter/microagents
https://github.com/aymenfurter/microagents
GitHub
GitHub - aymenfurter/microagents: Agents Capable of Self-Editing Their Prompts / Python Code
Agents Capable of Self-Editing Their Prompts / Python Code - aymenfurter/microagents
Jarvis: A Voice Virtual Assistant in Python (OpenAI, ElevenLabs, Deepgram)
https://github.com/AlexandreSajus/JARVIS
https://github.com/AlexandreSajus/JARVIS
GitHub
GitHub - AlexandreSajus/JARVIS: Your own personal voice assistant: Voice to Text to LLM to Speech, displayed in a web interface
Your own personal voice assistant: Voice to Text to LLM to Speech, displayed in a web interface - AlexandreSajus/JARVIS
UniDep
Single source of truth with requirements for pip and conda.
https://github.com/basnijholt/unidep
Single source of truth with requirements for pip and conda.
https://github.com/basnijholt/unidep
GitHub
GitHub - basnijholt/unidep: Single source of truth with requirements for pip and conda
Single source of truth with requirements for pip and conda - basnijholt/unidep
Arrest
Arrest is a small utility to easily structure and validate your REST api calls using pydantic and httpx.
https://github.com/s-bose/arrest
Arrest is a small utility to easily structure and validate your REST api calls using pydantic and httpx.
https://github.com/s-bose/arrest
GitHub
GitHub - s-bose/arrest: Arrest is a small utility to easily structure and validate your REST api calls using pydantic and httpx
Arrest is a small utility to easily structure and validate your REST api calls using pydantic and httpx - s-bose/arrest
Mamba-Chat
Mamba-Chat is the first chat language model based on a state-space model architecture, not a transformer.
https://github.com/havenhq/mamba-chat
Mamba-Chat is the first chat language model based on a state-space model architecture, not a transformer.
https://github.com/havenhq/mamba-chat
GitHub
GitHub - redotvideo/mamba-chat: Mamba-Chat: A chat LLM based on the state-space model architecture 🐍
Mamba-Chat: A chat LLM based on the state-space model architecture 🐍 - redotvideo/mamba-chat
pytest daemon: 10X Local Test Iteration Speed
At Discord, their Python test suite suffered from slow local test runs, taking 13 seconds per test. They built a pytest daemon that improves local test iteration speed by 10x, significantly reducing development time. This solution involves offloading heavy work to a background process and caching results, bypassing slow imports and fixtures.
https://discord.com/blog/pytest-daemon-10x-local-test-iteration-speed
At Discord, their Python test suite suffered from slow local test runs, taking 13 seconds per test. They built a pytest daemon that improves local test iteration speed by 10x, significantly reducing development time. This solution involves offloading heavy work to a background process and caching results, bypassing slow imports and fixtures.
https://discord.com/blog/pytest-daemon-10x-local-test-iteration-speed
Discord
pytest daemon: 10X Local Test Iteration Speed
At Discord, we utilize a Python monolith to power our API. But recently, it took a whopping 13 seconds to run a single test! Join engineer Ruby Feinstein as he tackles this situation and makes the process better for everyone on his team.