Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```