InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Top 17 Python Cpu Projects
-
scalene
Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals
This has been a feature of the Scalene Python profiler (https://github.com/plasma-umass/scalene) for some time (at this point, about 1.5 years) - bring your own API key for OpenAI / Azure / Bedrock, also works with Ollama. Optimizing Python code to use NumPy or other similar native libraries can easily yield multiple order of magnitude improvements in real-world settings. We tried it on several of the success stories of Scalene (before the integration with LLMs); see https://github.com/plasma-umass/scalene/issues/58 - and found that it often automatically yielded the same or better optimizations - see https://github.com/plasma-umass/scalene/issues/554. (Full disclosure: I am one of the principal designers of Scalene.)
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
Project mention: I replaced myself with a GenAI chatbot using Gemini | news.ycombinator.com | 2025-01-16
iscover how I built the "auto-cpufreq genAI chatbot" (https://github.com/AdnanHodzic/auto-cpufreq) with Google Cloud’s Vertex AI Agent Builder and Conversational Agents, powered by Gemini as the underlying LLM.
-
-
-
-
FROM ubuntu:24.04 AS base RUN apt update \ && apt-get install -y python3 python3-venv python3-pip python3-wheel ffmpeg git wget nano \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && pip install uv --break-system-packages FROM base AS fastsd ARG FASTSDCPU_VERSION=v1.0.0-beta.200 RUN git clone https://github.com/rupeshs/fastsdcpu /app \ && cd app \ && git checkout -b $FASTSDCPU_VERSION \ && wget https://huggingface.co/rupeshs/FastSD-Flux-GGUF/resolve/main/libstable-diffusion.so?download=true -O libstable-diffusion.so WORKDIR /app SHELL [ "/bin/bash", "-c" ] RUN echo y | bash -x ./install.sh --disable-gui VOLUME /app/models/gguf/ VOLUME /app/lora_models/ VOLUME /app/controlnet_models/ VOLUME /root/.cache/huggingface/hub/ ENV GRADIO_SERVER_NAME=0.0.0.0 EXPOSE 7860 CMD [ "/app/start-webui.sh" ]
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
It is a rite of passage, as electronics wizards say. I remember at least another good example shared in the wild: https://github.com/vascofazza/8bit-cpu
-
-
CuVec
Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory
-
BMW-IntelOpenVINO-Detection-Inference-API
This is a repository for a No-Code object detection inference API using the OpenVINO. It's supported on both Windows and Linux Operating systems.
-
-
XNOR-popcount-GEMM-PyTorch-CPU-CUDA
A PyTorch implemenation of real XNOR-popcount (1-bit op) GEMM Linear PyTorch extension support both CPU and CUDA
-
I have used the same LFSR-PC trick for my relay CPU:
https://github.com/artemonster/relay-cpu
Instead of having 24 relays to have a 12bit incrementer (a full adder requires 4 DPDT relays per bit or 2 quad relays) I only have 3 relays for 3 XORs :)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Cpu discussion
Python Cpu related posts
-
LFSR CPU Running Forth
-
Diffusing Images on a Laptop with no GPU
-
🧠🤖Image generative AI on PC without GPU (free and fast (FastSD CPU))
-
I replaced myself with a GenAI chatbot using Gemini
-
Auto-Cpufreq v2.5.0 Release
-
Using Rust to corrode insane Python run-times
-
Nvtop: Linux Task Monitor for Nvidia, AMD and Intel GPUs
-
A note from our sponsor - InfluxDB
www.influxdata.com | 20 Jun 2025
Index
What are some of the best open-source Cpu projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | scalene | 12,727 |
2 | psutil | 10,684 |
3 | auto-cpufreq | 6,537 |
4 | s-tui | 4,622 |
5 | asitop | 3,975 |
6 | throttled | 2,776 |
7 | fastsdcpu | 1,712 |
8 | OpenSeeFace | 1,618 |
9 | yappi | 1,589 |
10 | py-cpuinfo | 327 |
11 | 8bit-cpu | 306 |
12 | freqbench | 173 |
13 | CuVec | 80 |
14 | BMW-IntelOpenVINO-Detection-Inference-API | 74 |
15 | MCE-Ryzen-Decoder | 26 |
16 | XNOR-popcount-GEMM-PyTorch-CPU-CUDA | 21 |
17 | relay-cpu | 0 |