Skip to content

Python utilities for working with LLMs, Whisper transcription, Vector Databases, and StableDiffusion

License

Notifications You must be signed in to change notification settings

deevis/dbh-pyutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBH PyUtils

These are Python utilities I'm building out as I traverse the machine learning landscape

Prerequisites

You'll want to have Python > 3.10 installed

And pip (you gotta have pip intalled ffs)

To build/install locally

cd myprojects
git clone https://github.com/deevis/dbh-pyutils.git
cd dbh-pyutils
python setup.py bdist_wheel
pip install --force-reinstall .\dist\dbh_pyutils-0.1.0-py3-none-any.whl

to deploy to pypi

update version in setup.py python setup.py sdist twine upload dist/*

Usage

searchYouTubeAPI and getYouTubeVideoInfo

Require YOUTUBE_API_KEY be set for os.getenv('YOUTUBE_API_KEY') to succeed

Branches

  • main

About

Python utilities for working with LLMs, Whisper transcription, Vector Databases, and StableDiffusion

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages