Spaces:
Sleeping
Sleeping
metadata
title: AudyScribe
emoji: π
colorFrom: pink
colorTo: purple
sdk: docker
fullWidth: true
short_description: Audio transcriber
π Tech Stack
- Frontend: Next.js (React)
- Backend: Python 3.10
π Prerequisites
Before you begin, ensure you have the following installed on your machine:
- Node.js & npm (for the frontend)
- Download: nodejs.org
- Python 3.10 (for the backend)
- Download: python.org
- Git
π Getting Started
Clone the repository to your local machine:
git clone https://github.com/Ruqayya82/Automated-Music-Transcription-Model.git
Setting up the Backend
Open a terminal and navigate to the backend folder:
Mac / Linux:
cd backend
python3.10 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
Setting up the Frontend
Open a seperate terminal and navigate to the backend folder:
Mac / Linux:
bash cd frontend npm install npm run dev
You can install and run Livebook inside a Hugging Face Space. Here's a tutorial on how to do that.