Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marceloxp/jujutsu-kaisen-qa
Jujutsu Kaisen QA
https://github.com/marceloxp/jujutsu-kaisen-qa
Last synced: 5 days ago
JSON representation
Jujutsu Kaisen QA
- Host: GitHub
- URL: https://github.com/marceloxp/jujutsu-kaisen-qa
- Owner: marceloxp
- License: cc0-1.0
- Created: 2023-11-30T20:33:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-01T15:04:16.000Z (12 months ago)
- Last Synced: 2023-12-27T14:20:17.049Z (11 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jujutsu-kaisen-qa
> Jujutsu Kaisen QA## Install
```sh
# Create a new venv
python3 -m venv jujustu
source jujustu/bin/activate# install dependencies
pip install -r requirements.txt
#or
pip install langchain chromadb sentence-transformers# run on notebook
pip install streamlit# run app
streamlit run app.py
```