scripture semantic search
1.0.0
| title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned |
|---|---|---|---|---|---|---|---|
Scripture Semantic Search |
blue |
blue |
gradio |
3.23.0 |
app.py |
false |
To potentially contribute
git clone [email protected]:pkiage/ChatBot-Bible.gitor
gh repo clone gh repo clone pkiage/ChatBot-BibleTo just deploy locally Download ZIP
python -m venv venvIf using Unix based OS run the following in terminal:
.venvbinactivateIf using Windows run the following in terminal:
.venvScriptsactivateInstall requirements by running the following in terminal:
pip install -r requirements.txtgit remote add space https://huggingface.co/spaces/pkiage/scripture-semantic-search
git push --force space maingit pull) before push to HF space (git push --force space main)Track files
git lfs track "*.parquet" "*.pkl" "*.json" "*.bin"Show files tracked
git lfs ls-filesgit lfs migrate import --include="*.bin" --include-ref=refs/heads/main
git push --force
git reflog expire --expire-unreachable=now --all
git gc --prune=now