https://github.com/jmcheon/gpts
https://github.com/jmcheon/gpts
huggingface huggingface-transformers langchain langchain-python python3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmcheon/gpts
- Owner: jmcheon
- Created: 2024-03-13T23:14:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T01:29:56.000Z (almost 2 years ago)
- Last Synced: 2025-06-12T18:32:18.673Z (about 1 year 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
```