Machine

Top 23 Machine Open-Source Projects

  • mit-deep-learning-book-pdf

    MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville

  • Project mention: Deep Learning Course | news.ycombinator.com | 2023-11-19
  • LibreTranslate

    Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.

  • Project mention: Fast and secure translation on your local machine with a GUI | news.ycombinator.com | 2024-04-13

    Interestingly, I think this is actually related to the offline translation features built into Firefox. Both are products of "Project Bergamot", but the Mozilla-maintained version was later merged into the Firefox application:

    https://browser.mt/

    https://blog.mozilla.org/en/mozilla/local-translation-add-on...

    https://hacks.mozilla.org/2022/06/training-efficient-neural-...

    https://github.com/mozilla/firefox-translations

    https://firefox-source-docs.mozilla.org/toolkit/components/t...

    Extra webpage with screenshot and links, impossible to search for normally:

    https://translatelocally.com/downloads/

    Does one thing and does it well.

    Oh— For downloading models, it's much easier to pipe/`xargs` `translateLocally --available-models` into `translateLocally -d` than go through the GUI.

    ---

    Other self-hostable translation tools:

    https://www.apertium.org/index.eng.html

    - Traditional rule-based translation. Seems to work pretty well, but no good desktop frontend.

    https://www.argosopentech.com/

    - Works, but crashy desktop app.

    https://libretranslate.com/

    - API wrapping Argos Translate.

    https://lingva.thedaviddelta.com/

    - Google Translate scraper/privacy frontend.

    https://euroglot.com/

    - Proprietary, subscription trialware.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nexrender

    📹 Data-driven render automation for After Effects

  • Project mention: Help me selecting the right Mini PC for a new multi-puprose NAS/Plex/Home Assistant etc machine | /r/MiniPCs | 2023-12-08

    I don't know how well it'll handle rendering After Effects, but I did find a tool that ought to work in Linux called nexrender you could try.

  • dotfiles

    🖥️ Automated Configuration, Preferences and Software Installation for macOS (by atomantic)

  • vm

    💻☁📦 The Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4). Community developed and maintained.

  • Project mention: Upgrading Hansson Nextcloud VM to NEXT major release | /r/homelab | 2023-10-13

    While the Hansson VM works fine and I haven't had many issues other than this, I strongly recommend to use a difference version of NC. This guy is obviously trying to scam users into paying him money for something he could easily add to his update script. Proof is here on this GitHub page, though I was unable to get it working. However that is likely a limitation of my abilities and nothing to do with being able to modify the script.

  • ikvm

    A Java Virtual Machine and Bytecode-to-IL Converter for .NET

  • Project mention: IKVM – A Java Virtual Machine and Bytecode-to-IL Converter for .NET | news.ycombinator.com | 2024-02-22
  • RaftLib

    The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • awesome-ocr

  • memflow

    physical memory introspection framework

  • Project mention: Memflow: Live memory introspection of running systems | news.ycombinator.com | 2023-12-15
  • practical-mlops-book

    [Book-2021] Practical MLOps O'Reilly Book

  • Awesome-Out-Of-Distribution-Detection

    A professionally curated list of papers, tutorials, books, videos, articles and open-source libraries etc for Out-of-distribution detection, robustness, and generalization

  • Project mention: Awesome-Out-Of-Distribution-Detection | /r/aiengineer | 2023-08-15
  • neptune-client

    📘 The MLOps stack component for experiment tracking

  • Project mention: Show HN: A gallery of dev tool marketing examples | news.ycombinator.com | 2023-10-07

    Hi I am Jakub. I run marketing at a dev tool startup https://neptune.ai/ and I share learnings on dev tool marketing on my blog https://www.developermarkepear.com/.

    Whenever I'd start a new marketing project I found myself going over a list of 20+ companies I knew could have done something well to “copy-paste” their approach as a baseline (think Tailscale, DigitalOCean, Vercel, Algolia, CircleCi, Supabase, Posthog, Auth0).

    So past year and a half, I’ve been screenshoting examples of how companies that are good at dev marketing do things like pricing, landing page design, ads, videos, blog conversion ideas. And for each example I added a note as to why I thought it was good.

    Now, it is ~140 examples organized by tags so you can browse all or get stuff for a particular topic.

    Hope it is helpful to some dev tool founders and marketers in here.

    wdyt?

    Also, I am always looking for new companies/marketing ideas to add to this, so if you’d like to share good examples I’d really appreciate it.

  • Machinery

    Elixir State machine thin layer for structs (by joaomdmoura)

  • SharpLearning

    Machine learning for C# .Net

  • VirtualXP

    Virtual Machine running on a Web browser

  • opml

    OPML: OPtimistic Machine Learning on Blockchain

  • Project mention: Verifiable onchain machine learning with opML | news.ycombinator.com | 2023-10-18
  • jssm

    Fast, easy Javascript finite state machines with visualizations; enjoy a one liner FSM instead of pages. MIT; Typescripted; 100% test coverage. Implements the FSL language.

  • js-ziju

    Compile javascript to LLVM IR, x86 assembly and self interpreting

  • open-mcr

    :pencil: Exam bubble sheet scorer. Created with OpenCV and Python.

  • cvnn

    Library to help implement a complex-valued neural network (cvnn) using tensorflow as back-end

  • IndyMill

    Open Source DIY Metal CNC Machine

  • Project mention: Current capabilities | /r/aureanatordoesstuff | 2023-11-24

    This is sufficient for an Indymill

  • surv_ai

    A framework to empower forecasting using Large Language Models (LLMs)

  • Project mention: SurvAI: Prediction Models Powered by AI Agents | news.ycombinator.com | 2023-06-11
  • Hello-Kaggle

    For someone who is new at Kaggle

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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).

Machine related posts

Index

What are some of the best open-source Machine projects? This list will help you:

Project Stars
1 mit-deep-learning-book-pdf 12,304
2 LibreTranslate 6,637
3 nexrender 1,560
4 dotfiles 1,323
5 vm 1,251
6 ikvm 1,095
7 RaftLib 923
8 awesome-ocr 778
9 memflow 680
10 practical-mlops-book 612
11 Awesome-Out-Of-Distribution-Detection 539
12 neptune-client 531
13 Machinery 512
14 SharpLearning 373
15 VirtualXP 345
16 opml 317
17 jssm 300
18 js-ziju 163
19 open-mcr 143
20 cvnn 139
21 IndyMill 135
22 surv_ai 92
23 Hello-Kaggle 78

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com