https://github.com/Aggregate-Intellect/sherpa
https://github.com/Aggregate-Intellect/sherpa
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Aggregate-Intellect/sherpa
- Owner: Aggregate-Intellect
- License: other
- Created: 2023-03-08T13:48:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T17:57:50.000Z (10 months ago)
- Last Synced: 2024-06-29T23:25:33.057Z (10 months ago)
- Language: Python
- Homepage: https://sherpa-ai.readthedocs.io/
- Size: 53.5 MB
- Stars: 166
- Watchers: 12
- Forks: 45
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - practical-llms - #aiscllmworkshopa quick way to go from zero to dangerous (like, be able to confidently bullshit like chatgpt, but also quickly ramp up on how to go from idea to product with the latest & greatest in llm, with 9 continuous hours of hour-long presentations! (NLP)
README
# 🤖 SHERPA - THINKING COMPANION

[](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 maintainerTo get started, visit: https://sherpa-ai.readthedocs.io/en/latest/How_To/contribute.html