LAION-AI /
Open-Assistant
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
Loading repository data…
OpenMDAO / repository
A python based open-source (Apache 2.0) engineering analysis framework designed to facilitate the use of MDAO. To add issues, visit our user forums at http://www.openmdao.org/forum . NOTE: this version is no longer being developed. The current active version can be found here: https://github.com/OpenMDAO/OpenMDAO.
A newer version of this software (a complete rewrite of OpenMDAO) exists here: https://github.com/OpenMDAO/OpenMDAO
To set up a development virtual environment for OpenMDAO, run:
python install_openmdao_dev.py
where python is in the 2.7.x series.
If you have vanilla Python installed, this will create a virtualenv within the current directory called 'devenv'. If you have Anaconda, this will create a conda environment called 'openmdao-dev' by default. Either installs all of the openmdao namespace packages into their respective environments as 'develop' eggs.
For additional options, run:
python install_openmdao_dev.py --help
For more information, go to http://openmdao.org/dev_docs
Selected from shared topics, language and repository description—not editorial ratings.
LAION-AI /
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
ScrapeGraphAI /
Python scraper based on AI
lightgbm-org /
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
ansible /
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
pyodide /
Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
deeplearning4j /
Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learn...