Skip to content

Chickenandrice/LevelUs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LevelUs

Hack Violet 2026 submission

To access ./venv in the /backend:

Install .venv into your environment

python -m venv .venv

Run the environment

cd backend/
source .venv/Scripts/activate
pip install -r requirements.txt

To run ElevenLabs

in the .venv, download https://ffmpeg.org/download.html

cd backend/eleven_labs/
mkdir bin

Drag the extracted zip folder into here.