My submission for Prem Challenge x LangChain (1st place)
I used:
Whisper Tiny
to convert audio to textBark
to convert text to audioVicuna 7B Q4
andDolly v2 12B
as language models
- Download the project
- Run
npm install
- Copy
.env.example
to.env
and fill out the variables. - Run
npm run dev