Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme Changelog License Citation

README.md

betterzillaGPT

Windows commands to install the dependencies for betterzillaGPT

  • git clone https://github.com/NandanHemanth/betterzilla
  • cd betterzilla
  • pip install poetry
  • pip install llama-cpp-python
  • poetry install --with ui, local
  • poetry run python scripts/setup
  • $env:CMAKEARGS='-DLLAMACUBLAS=on'; poetry run pip install --force-reinstall --no-cache-dir llama-cpp-python
  • make run

Github profile - https://github.com/NandanHemanth
Loom video link - https://www.loom.com/share/575d640d623946af968dc7841149e29a?sid=e49515b3-d77d-4ddf-a451-60d17ac3b569
Webapp - https://a23dsf231adb.gradio.live

Contact Information

Nandan Hemanth - Ph no: +91 91084 06319 - Email : nandan.hemanth01@gmail.com

Owner

  • Name: Nandan Hemanth
  • Login: NandanHemanth
  • Kind: user

Machine learning wizard on a mission to solve the world's toughest problems. Github addict and open source evangelist,sharing the magic of ML with the community

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: PrivateGPT
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Iván
    family-names: Martínez Toro
    email: ivanmartit@gmail.com
    orcid: 'https://orcid.org/0009-0004-5065-2311'
  - family-names: Gallego Vico
    given-names: Daniel
    email: danielgallegovico@gmail.com
    orcid: 'https://orcid.org/0009-0006-8582-4384'
  - given-names: Pablo
    family-names: Orgaz
    email: pabloogc+gh@gmail.com
    orcid: 'https://orcid.org/0009-0008-0080-1437'
repository-code: 'https://github.com/imartinez/privateGPT'
license: Apache-2.0
date-released: '2023-05-02'

GitHub Events

Total
Last Year

Dependencies

.github/workflows/actions/install_dependencies/action.yml actions
  • actions/setup-python v4 composite
  • snok/install-poetry v1 composite
.github/workflows/docker.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/metadata-action v5 composite
.github/workflows/fern-check.yml actions
  • actions/checkout v4 composite
.github/workflows/preview-docs.yml actions
  • actions/checkout v4 composite
  • actions/github-script v4 composite
  • actions/setup-node v4 composite
.github/workflows/publish-docs.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v3 composite
.github/workflows/release-please.yml actions
  • google-github-actions/release-please-action v3 composite
.github/workflows/stale.yml actions
  • actions/stale v8 composite
.github/workflows/tests.yml actions
  • ./.github/workflows/actions/install_dependencies * composite
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
poetry.lock pypi
  • 211 dependencies
pyproject.toml pypi
  • black ^22 develop
  • mypy ^1.2 develop
  • pre-commit ^2 develop
  • pytest ^7 develop
  • pytest-asyncio ^0.21.1 develop
  • pytest-cov ^3 develop
  • ruff ^0 develop
  • types-pyyaml ^6.0.12.12 develop
  • llama-cpp-python ^0.2.23 local
  • numpy 1.26.0 local
  • sentence-transformers ^2.2.2 local
  • torch >=2.0.0, !=2.0.1, !=2.1.0 local
  • transformers ^4.34.0 local
  • boto3 ^1.28.56
  • chromadb ^0.4.13
  • fastapi ^0.103.1
  • injector ^0.21.0
  • llama-index 0.9.3
  • pypdf ^3.16.2
  • python >=3.11,<3.12
  • python-multipart ^0.0.6
  • pyyaml ^6.0.1
  • qdrant-client ^1.6.9
  • watchdog ^3.0.0
  • gradio ^4.4.1 ui