ar
Feedback
PythonHub

PythonHub

الذهاب إلى القناة على Telegram

News & links about Python programming. https://pythonhub.dev/

إظهار المزيد
2 527
المشتركون
-224 ساعات
-67 أيام
+1330 أيام
أرشيف المشاركات
Make your Python functions return something meaningful, typed, and safe https://returns.readthedocs.io/en/latest/index.html

segment-geospatial A Python package for segmenting geospatial data with the Segment Anything Model (SAM). https://github.com/opengeos/segment-geospatial

Agent-LLM An Artificial Intelligence Automation Platform. AI Instruction management from various providers, has an adaptive memory, and a versatile plugin system with many commands including web browsing. Supports many AI providers and models and growing support every day. https://github.com/Josh-XT/Agent-LLM

voicepaw / so-vits-svc-fork so-vits-svc fork with realtime support, improved interface and more features. https://github.com/voicepaw/so-vits-svc-fork

pyautoenv Automatically activate and deactivate Python environments as you move around the file system. https://github.com/hsaunders1904/pyautoenv

pdfGPT PDF GPT allows you to chat with the contents of your PDF file by using GPT capabilities. https://github.com/bhaskatripathi/pdfGPT

Significant-Gravitas / Auto-GPT An experimental open-source attempt to make GPT-4 fully autonomous. https://github.com/Significant-Gravitas/Auto-GPT

krr Prometheus-based Kubernetes Resource Recommendations. https://github.com/robusta-dev/krr

MiniGPT-4 Enhancing Vision-language Understanding with Advanced Large Language Models. https://minigpt-4.github.io/

Replacing my best friends with an LLM trained on 500,000 group chat messages The author trained an uncensored large language model on the college-era group chat that he and his best friends still use, with LlaMa, Modal, and Hex. https://www.izzy.co/blogs/robo-boys.html

Solve Schrödinger Equation in Seconds with Python & GPU The second episode of the Python GPU series explores the Schrodinger equation and how it can be optimized using GPU hardware. https://www.youtube.com/watch?v=hxGA1Je1P-s

logspace-ai / langflow ⛓️ LangFlow is a UI for LangChain, designed with react-flow to provide an effortless way to experiment and prototype flows. https://github.com/logspace-ai/langflow

GitHub - csgoh/roadmapper: Roadmapper - A Roadmap as Code (Rac) python library. Generate professional roadmap diagram using python code. https://www.reddit.com/r/Python/comments/130hpn4/github_csgohroadmapper_roadmapper_a_roadmap_as/

Downloading Images with Python, PIL, Requests, and Urllib Python is a great language for automating tasks, and downloading images is one of those tasks ... https://janakiev.com/blog/python-pilow-download-image/

Rye: Flask author's new project for Python bootstrapping https://github.com/mitsuhiko/rye

Azure-Samples / azure-search-openai-demo A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. https://github.com/Azure-Samples/azure-search-openai-demo

Which NumPy Functions Are Multithreaded Some NumPy functions will execute in parallel using multithreading automatically and behind the ... https://superfastpython.com/multithreaded-numpy-functions/