An open API service indexing awesome lists of open source software.

https://github.com/Aggregate-Intellect/sherpa


https://github.com/Aggregate-Intellect/sherpa

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# 🤖 SHERPA - THINKING COMPANION

![PyPI - Version](https://img.shields.io/pypi/v/sherpa-ai)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

To see the documentation, visit: https://sherpa-ai.readthedocs.io/

## Quick Install
With pip:
```bash
pip install sherpa-ai
```

From source (with [poetry](https://python-poetry.org/)):
```bash
git clone https://github.com/Aggregate-Intellect/sherpa
cd sherpa/src
poetry install
```

From source (with pip editable mode):
```bash
git clone
cd sherpa/src
pip install -e .
```

## Usage
Please refer to the documentation for the list of tutorials on using Sherpa: https://sherpa-ai.readthedocs.io/en/latest/How_To/tutorials.html

## Contributions Guideline

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it’s:

- Reporting a bug
- Discussing the current state of the book or the accompanying software
- Submitting a fix
- Proposing new features
- Becoming a maintainer

To get started, visit: https://sherpa-ai.readthedocs.io/en/latest/How_To/contribute.html