C++ Flask

Open-source C++ projects categorized as Flask
Embedded CPP HTTP IoT C

Top 3 C++ Flask Projects

  1. Apache Thrift

    Apache Thrift

  2. 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.

    InfluxDB logo
  3. fast-music-remover

    A C++ based, lightweight music and noise remover for YouTube and other internet media, using DeepFilterNet for audio enhancement.

    Project mention: Show HN: Open-Source Tool to Remove Background Music from Audio | news.ycombinator.com | 2024-11-23

    Please go ahead! I'd love to see where it goes and would be willing to help out. I've already opened an issue to track "adding support for user-provided audio" as we discussed, see: https://github.com/omeryusufyagci/fast-music-remover/issues/...

    As for your question: it depends on the approach; Fast Music Remover currently uses DeepFilterNet, which has a deep learning approach and doesn't identify audio components as logical layers, which is why it's rather fast. Typically for that sort of requirements you'd want to work with a model like `demucs` (https://github.com/facebookresearch/demucs), that can identify individual audio components. That comes at great performance costs though.

    However, my vision for the core of FMR is to support multiple ML models and provide the optimal solution for user needs, without them worrying about these details like which model to pick, etc. So, this would definitely be something I'd be interested to follow!

  4. Python-for-Embedded-and-IoT

    This repo consists of an introductory course on embedded programming and IoT Development using Python which was a part of a workshop in Pycon Tanzania 2020

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ Flask discussion

Log in or Post with

C++ Flask related posts

  • Demo Link: Fast&FOSS tool to remove music&noise from internet media

    2 projects | news.ycombinator.com | 5 Oct 2024
  • Faster JSON-RPC on Linux kernel 5.19+ with io_uring and simdjson

    3 projects | /r/linux | 16 Mar 2023
  • Show HN: Up to 100x Faster FastAPI with simdjson and io_uring on Linux 5.19

    1 project | /r/patient_hackernews | 6 Mar 2023
  • Show HN: Up to 100x Faster FastAPI with simdjson and io_uring on Linux 5.19

    1 project | /r/hackernews | 6 Mar 2023
  • Lightweight RPC with `simdjson` and `io_uring` on Linux 5.19 and newer

    1 project | /r/cpp | 6 Mar 2023
  • Up to 100x Faster FastAPI with simdjson and io_uring on Linux 5.19+

    1 project | /r/Python | 6 Mar 2023
  • Show HN: Up to 100x Faster FastAPI with simdjson and io_uring on Linux 5.19

    1 project | /r/hypeurls | 6 Mar 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 18 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Flask projects in C++? This list will help you:

# Project Stars
1 Apache Thrift 10,699
2 fast-music-remover 601
3 Python-for-Embedded-and-IoT 8

Sponsored
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.
www.influxdata.com

Did you know that C++ is
the 7th most popular programming language
based on number of references?