Showing 331 open source projects for "project"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    Cal.diy

    Cal.diy

    Scheduling infrastructure for absolutely everyone

    The Cal.diy project is a fully open-source, self-hosted scheduling platform that provides an alternative to proprietary booking tools while giving users complete control over their infrastructure. It is a community-driven fork of Cal.com that removes all enterprise and commercial features, ensuring that the entire codebase remains MIT-licensed and accessible.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    wger

    wger

    Self hosted FLOSS fitness/workout, nutrition and weight tracker

    wger Workout Manager is a free and open web application that manages your exercises, routines and nutrition. It started out as a personal project to replace my growing collection of spreadsheets but has turned into something that other people may find useful. You can create and manage flexible training routines for whatever goals you have. Select exactly what exercises you are going to do and how many repetitions, time or distance you want to do. You can also combine different workouts in the same program. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    OpenMed

    OpenMed

    Open source healthcare AI

    ...Its core purpose is to provide specialized medical entity extraction, PII detection and de-identification, assertion-aware analysis, and related healthcare text processing capabilities without locking users into a proprietary platform. The project includes a curated registry of more than a dozen medical NER models focused on areas such as diseases, drugs, anatomy, genes, and protected health information, and it is built to support both research and deployment scenarios. OpenMed can be used in three main ways: as a simple Python API for scripts and notebooks, as a Docker-friendly FastAPI service for backend integration, and as a batch-processing system for multi-document workflows.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    MoneyPrinter V2

    MoneyPrinter V2

    Automate the process of making money online

    MoneyPrinter V2 is an open-source automation platform designed to streamline and scale online income generation workflows by combining content creation, social media automation, and marketing strategies into a single system. It is a complete rewrite of the original MoneyPrinter project, focusing on modularity, extensibility, and broader functionality across multiple monetization channels. The platform operates primarily through Python-based scripts that automate tasks such as generating and publishing YouTube Shorts, posting on social media platforms like Twitter, and executing affiliate marketing campaigns. It integrates scheduling mechanisms that allow users to run automated workflows at defined intervals, enabling continuous content production and distribution without manual intervention.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    AI Data Science Team

    AI Data Science Team

    An AI-powered data science team of agents

    ...It provides a modular agent framework where each agent focuses on a step in the typical data science pipeline — for example, loading data from CSV/Excel files, cleaning and wrangling messy datasets, engineering predictive features, building models with AutoML, connecting to SQL databases, and producing visual outputs — all driven by natural language or programmatic instructions. The project includes ready-to-use applications that showcase these agents in action, such as an exploratory data analysis copilot that generates reports, a pandas data analyst that combines wrangling and plotting, and SQL database agents that can query business databases and output results directly.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Datasette

    Datasette

    An open source multi-tool for exploring and publishing data

    ...Then read how to get started with Datasette, subscribe to the monthly-ish newsletter and consider signing up for office hours for an in-person conversation about the project.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    leafmap

    leafmap

    A Python package for interactive mapping and geospatial analysis

    A Python package for geospatial analysis and interactive mapping in a Jupyter environment. Leafmap is a Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment. It is a spin-off project of the geemap Python package, which was designed specifically to work with Google Earth Engine (GEE). However, not everyone in the geospatial community has access to the GEE cloud computing platform. Leafmap is designed to fill this gap for non-GEE users. It is a free and open-source Python package that enables users to analyze and visualize geospatial data with minimal coding in a Jupyter environment, such as Google Colab, Jupyter Notebook, and JupyterLab. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    LinkdAPI Python

    LinkdAPI Python

    Powerful, lightweight B2B Data API for enriching professional profiles

    ...It supports rapid development by abstracting low-level implementation details, allowing developers to focus on building features rather than managing connectivity. The project is designed with scalability in mind, making it suitable for both small applications and larger systems that require reliable API orchestration. It also emphasizes maintainability and clarity, ensuring that integrations remain consistent and easy to update over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tally

    Tally

    Let agents classify your bank transactions

    ...At its core, Tally pairs a local rule engine with large language models so that an AI assistant (like Claude Code, Copilot, or any CLI agent) interprets, suggests, and categorizes expenses, savings, subscriptions, and income events based on your own rules and behavior. It generates human-readable reports and can produce HTML, JSON, or Markdown outputs to suit dashboards or personal finance workflows. The project emphasizes transparency, allowing users to see why a particular transaction was classified a certain way and to refine rules over time. While it’s tailored toward developers and advanced users, it also includes an interactive command-line experience for initializing budgets, generating charts, and diving deep into spending patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    nb-clean

    nb-clean

    Clean Jupyter notebooks of outputs, metadata, and empty cells

    ...It can determine if a notebook is clean or not, which can be used as a check in your continuous integration pipelines. nb-clean can also be used as a pre-commit hook. You may prefer this to the Git filter if your project already uses the pre-commit framework. Note that the Git filter and pre-commit hook work differently, with different effects on your working directory. The pre-commit hook operates on the notebook on disk, cleaning the copy in your working directory. The Git filter cleans notebooks as they are added to the index, leaving the copy in your working directory dirty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SageMaker Spark Container

    SageMaker Spark Container

    Docker image used to run data processing workloads

    Apache Spark™ is a unified analytics engine for large-scale data processing. It provides high-level APIs in Scala, Java, Python, and R, and an optimized engine that supports general computation graphs for data analysis. It also supports a rich set of higher-level tools including Spark SQL for SQL and DataFrames, MLlib for machine learning, GraphX for graph processing, and Structured Streaming for stream processing. The SageMaker Spark Container is a Docker image used to run batch data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FreeImage is a library project for developers who would like to support popular graphics image formats (PNG, JPEG, TIFF, BMP and others). Some highlights are: extremely simple in use, not limited to the local PC (unique FreeImageIO) and Plugin driven!
    Leader badge
    Downloads: 2,535 This Week
    Last Update:
    See Project
  • 13
    Task Coach

    Task Coach

    Free flexible open source todo manager featuring hierarchical tasks

    Task Coach - Your friendly task manager. Task Coach is a free open source todo manager. It grew out of frustration about other programs not handling composite tasks well. In addition to flexible composite tasks, Task Coach has grown to include prerequisites, prioritizing, effort tracking, category tags, budgets, notes, and many other features. However, users are not forced to use all these features; Task Coach can be as simple or complex as you need it to be. Task Coach is available for...
    Leader badge
    Downloads: 217 This Week
    Last Update:
    See Project
  • 14
    KeyParaStocX

    KeyParaStocX

    Set styles to words and create a Table of Contents in a click

    ...The keywords and their target styles can be configured by the users and used for every document they open. The extension integrates into Writer options and is independent of the operating system (should work on all). See the project homepage https://keyparastocx.sourceforge.io and the project Wiki in the menu above.
    Downloads: 150 This Week
    Last Update:
    See Project
  • 15
    ZEG / Zero-Effort-Groupware

    ZEG / Zero-Effort-Groupware

    SOGo Zero-Effort-Groupware

    The ZEG (Zero Effort Groupware) edition of SOGo is intended to provide a complete out-of-the-box testing environment of SOGo, the Open Source messaging and calendaring software.
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 16
    GNU Health

    GNU Health

    GNU Health - The Free/Libre Hospital and Health Information System

    ...GNU Health Hospital and Lab information system is used by academic and research institutions around the globe. It is also used in public health system of countries such as Argentina, India, Jamaica, Laos, Cameroon, Suriname. GNU Health is an official GNU project. GNU Health is brought to you by GNU Solidario, an Non-Profit Organization (NGO) that focuses in Social Medicine.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 17
    TaskControl

    TaskControl

    Gestor de Tareas

    Es un Gestor de Tareas que permite la creación, administración y seguimiento de tareas de manera eficiente. Está diseñado para ayudar a los usuarios a organizar sus actividades, establecer prioridades y asegurarse de que se completen a tiempo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OdooPLM

    OdooPLM

    A Full PLM system based on odoo

    ...You can install PLM module and its Client without any cost, touching the quality of our product in your real work environment. Official OdooPLM website https://odooplm.omniasolutions.website/ Try OdooPLM on Cloud at: https://www.v15.odooplm.cloud/ This project is maintained by OmniaSolutions. Find us at https://www.omniasolutions.website Odoo is a product of Odoo SA, world class leader in Open Source ERP system. Find it at https://www.odoo.com
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 19
    Mantid
    Mantid Project (www.mantidproject.org)
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Django-CRM - Free Open Source  Software

    Django-CRM - Free Open Source Software

    Enterprise CRM software + Tasks management, Email marketing and more!

    Django CRM system is easy to use and can be run on a personal laptop for a private entrepreneur (for example) or on a cloud web server for a large enterprise. Written in Python, CRM is an open-source software package for managing customer interactions and sales. This free CRM software is a powerful tool designed to optimize workflows, and support data-driven decisions. Key features include role-based access control, intuitive navigation, powerful filtering, and search functionalities. The...
    Downloads: 35 This Week
    Last Update:
    See Project
  • 21
    Web-based time tracking tool, issue tracker and user management based on the Roundup issue tracker
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sermon Prep Database

    Sermon Prep Database

    A program for entering and storing notes during sermon preparation.

    This program allows you to organize and store a variety of notes and thoughts while preparing a sermon. Everything is stored in a database for easy retrieval.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    xtc Linux Thin Client 2.5

    xtc Linux Thin Client 2.5

    Linux Thin Client Project

    Release 2.5: • Ubuntu operating system also for Raspberry Pi • Display IP address on desktop • File system readable (Overlay FS) also for Ubuntu Make your Raspberry Pi 3, Pi 4, Pi 5 or a Ubuntu PC to a Thin Client system. xtc is easy to install and easy to configure. Connect to your server with RDP, VNC, XDMCP, X2GO or ssh. Make a connection to a server with VPN. Download: https://vmfree.org/xtc/xtcen.html
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Signal Ranger DSP Linux Support Tools
    This project delivers Linux support (USB driver and Tools) for a Digital Signal Processor (DSP) cards of the Signal Ranger series, see http://www.softdb.com/product_dsp.shtml for details) connected to a Linux host via USB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Calendar Calc v2.0

    Calendar Calc v2.0

    Date utilities for any calendar task

    ...Beyond calculating time differences, the app features a versatile date projection function that allows you to add or subtract specific time periods to immediately identify future deadlines or past events, an indispensable tool for project management, legal term calculations, or retireme
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB