Showing 595 open source projects for "python user interface"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    pyIRDG

    pyIRDG

    IMDb Relational Dataset Generator

    pyIRDG is a program written in Python to generate relational datasets in Prolog format. It uses data from the Internet Movie Database in combination with IMDbPY as backend. A graphical user interface written in pyQt allows the user to link multiple entities together as model for the generation process. The big four entities are Title, Person, Company and Character. Many attributes can be chosen for adding to the output .pl file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Err

    Err

    err is a plugin based chatbot designed to be easily extensible

    err is a plugin based chatbot designed to be easily deployable, extensible and maintainable. It allows you to start scripts interactively from your chatrooms for any reason: random humour, starting a build, monitoring commits, triggering alerts ... It is really easy to add your own feature. Features Backends support: - XMPP : Tested with hipchat, openfire and Jabber but should be compatible with any standard XMPP servers. - CampFire support - Supports MUCs (chatrooms) -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Evolving Objects

    Evolving Objects

    This project have been merged within Paradiseo.

    See the new project page: https://nojhan.github.io/paradiseo/ (Archived project page: http://eodev.sourceforge.net/)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Audivolv

    Audivolv

    Artificial intelligence evolves musical instruments played with mouse

    ...This branched into my other projects: GigaLineCompile, JSelfModify, JSoundCard, and Human AI Net as I got more into the AI and systems side of things and explored vision research as a better user interface to network minds together through the Internet. Someday I will bring it all together in a shared space on the Internet.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 5
    iSpike
    iSpike is a spiking neural interface between the iCub humanoid robot and a spiking neural simulator such as NeMo.The system aims to provide an interface for the iCub that provides as biologically realistic spike trains from its senses as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JBoost is a simple, robust system for classification. JBoost contains implementations of several boosting algorithms in an alternating decision tree framework. In addition, JBoost provides extensible software for adding more learning algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project provides a set of Python tools for creating various kinds of neural networks, which can also be powered by genetic algorithms using grammatical evolution. MLP, backpropagation, recurrent, sparse, and skip-layer networks are supported.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    FreeFuzzyTime

    It's a time reasoner that can be integrated in medical applications.

    ...This is especially important in areas like Intesive Care Units where patients' data are handled by a temporal data base. The FuzzyTime module is a structure which consists of three levels of abstraction. The upper layer is the user interface where a translator transforms the expressions introduced by the user into temporal relations between temporal entities (points and intervals). The semantic of user’s expressions is analized and stored in the intermediate layer or temporal world. Finally, the bottom layer is based on FTCN model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The PYthon LInguistic Laboratory (pylilac) is a Python library and a set of tools to help in studying, analyzing and engineering languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • D&B Hoovers is Your Sales Accelerator Icon
    D&B Hoovers is Your Sales Accelerator

    For sales teams that want to accelerate B2B sales with better data

    Speed up sales prospecting with the rich audience targeting capabilities of D&B Hoovers so you can spend more sales time closing.
    Learn More
  • 10

    Bamboo Engine

    Game framework on top of Python, Panda3D and Twisted

    Bamboo intends to be a complete end-to-end game framework for client/server applications using Twisted for data exchange, Panda3D for rendering and coded in Python. Support for PyPy/CPython may be considered at a later point. An Extreme/Agile Development model is in use to allow for emergent design (IE: changing requirements). Release is updated whenever a feature is added and all tests pass cleanly 100%
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Nen

    Nen

    neural network implementation in java

    3-layer neural network for regression and classification with sigmoid activation function and command line interface similar to LibSVM. Quick Start: "java -jar nen.jar"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The first Free Text-to-Speech (TTS) synthesis system in Malayalam based on festival speech synthesis system. It gives Orca - a free domain screen reading software, the additional functionality to read Unicode Malayalam documents and websites as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Movinator is a movie database application. It manages information about movies plus ratings assigned to movies by movie critics. Based on these ratings and user ratings, the application can also make movie recommendations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Java Decision Diagram Libraries (BDD)

    Java Decision Diagrams (BDD) libraries: JDD and JBDD

    This project has been moved to bitbucket.org: - https://bitbucket.org/vahidi/jbdd/wiki/Home - https://bitbucket.org/vahidi/jdd/wiki/Home It includes two libraries for working with decision diagrams: - JBDD: a Java interface to two popular BDD libraries, CUDD and BuDDy - JDD: a native Java library supporting BDD, Z-BDD
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The first 3d search engine for text. Javascript only. Work in all browsers. Ajax downloads new words (and links between them) as you move mouse to control AI to learn what you're looking for (in context) and put it on screen. Includes Wikipedia data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Four In Row Arena

    Implement your player strategy and compete with other strategies.

    A generic framework for Four in A Row or Five In A Row or X In A Row game, with the possibility to develop different strategies and compare them in tournaments. To implement more players, create new class inherited from PlayerStrategy, and implement the move() method to chose best move, by utilizing different methods provided with Table object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Febrl (Freely Extensible Biomedical Record Linkage) does data standardisation (segmentation and cleaning) and probabilistic record linkage ("fuzzy" matching) of one or more files or data sources which do not share a unique record key or identifier.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    DGiovanni
    A multi-agent architecture for building interactive dramas. It uses the Jason's BDI engine, being the Jason's agent-oriented programming language utilized for performing the drama management and for authoring behaviors for the characters.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Hikari is a simple AI chat bot which is able to respond when you talk to her. Hikari can learn from conversations with users. She is still being developed at the moment, but hopefully some one will find a use for it. Hikari uses an IM like interface to talk to you and is mainly just for fun at the moment. Use the File > Show Character menu option to show or hide the talking animation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    A toolkit for the optical recognition of Psaltiki 19th century music notation. It is based on and requires the Gamera document image analysis framework (http://gamera.sf.net).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    pyRNA
    Pacote em Python com classes para vários algoritmos de Redes Neurais Artificiais
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project is a complete cross-platform (Windows, Linux) framework for Evolutionary Computation in pure python. See the project site at http://pyevolve.sourceforge.net or the blog at http://pyevolve.sourceforge.net/wordpress
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Java based multi-agent platform built on an organizational model (agent, group, role). MadKit provides general agent facilities (lifecycle management, message passing, distribution, ...), and allows high heterogeneity in agents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Both forward-chaining and backward-chaining rules (which may include python code) are compiled into python. Can also automatically assemble python programs out of python functions which are attached to backward-chaining rules. See pyke.sourceforge.ne
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 25
    Extra plugins for the iFriend chatbot.
    Downloads: 0 This Week
    Last Update:
    See Project