AudyScribe / README.md
PatienceIzere's picture
Update README.md
375b650 verified
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:

  1. Node.js & npm (for the frontend)
  2. Python 3.10 (for the backend)
  3. 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.