Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmcheon/gpts
https://github.com/jmcheon/gpts
huggingface huggingface-transformers langchain langchain-python python3
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmcheon/gpts
- Owner: jmcheon
- Created: 2024-03-13T23:14:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T01:29:56.000Z (4 months ago)
- Last Synced: 2024-11-18T22:37:17.744Z (2 months ago)
- Topics: huggingface, huggingface-transformers, langchain, langchain-python, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gpt
| Requirements |
|--------------|
| - `python: 3.11`
- `pip: 24.0`
## 1. Setup virtual environment
``` bash
python3 -m venv env
source ./env/bin/activate
pip install -r requirements.txt
```