Skip to content

prefix-dev/ai-forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A few AI examples for pixi

All of these examples use pixi - our new package manager. Pixi is based on the (vast) conda & conda-forge ecosystem.

Pixi also comes with lockfiles and a little workflow / task running system (similar to taskfile or make). That makes it very easy to run these examples.

Installation

To install pixi, run the following command:

curl -fsSL https://pixi.sh/install.sh | bash

Whisper

Whisper does text-to-speech. To run it locally, just navigate to the whisper directory and run:

pixi run start  # live transcription using base-en

Or if you want to transscribe a file:

pixi run convert myfile.mp3  # convert the file from any audio format to `output.wav` using ffmpeg
# then
pixi run transcribe -f output.wav  # transcribe the file using base-en

Llama.cpp

Follows ...

Resnet

Follows ...

About

AI examples for pixi & rattler-build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published