AI-powered live translation for events, meetings or workshops
- Framework: Next.js
- UI Library: Shadcn/ui
- AI Library: Hugging Face
- Clone the repository
git clone ...- Install dependencies using pnpm
pnpm install- Copy the
.env.exampleto.envand update the variables.
cp .env.example .env- Start the development server
pnpm run devWe'd love to hear from you to improve Burro-Speech! Follow these steps to contribute:
- Fork the repository.
- Create a branch with your changes:
git checkout -b feature/my-new-feature
- Make your changes and commit:
git commit -m 'Adds a new functionality' - Push your changes to your fork:
git push origin feature/my-new-feature
- Create a Pull Request detailing your improvements.
