Spaces:
Running
on
A100
Running
on
A100
| # Project Title | |
| A brief description of your project and its purpose. | |
| ## Getting Started | |
| These instructions will help you set up the project on your local machine for development and testing. | |
| ### Prerequisites | |
| - Node.js (version X.X.X or later) | |
| - npm (version X.X.X or later) | |
| ### Installation | |
| 1. Clone the repository: | |
| ``` | |
| git clone <repository-url> | |
| ``` | |
| 2. Navigate to the project directory: | |
| ``` | |
| cd frontend | |
| ``` | |
| 3. Install the dependencies: | |
| ``` | |
| npm install | |
| ``` | |
| ### Running the Application | |
| To start the development server, run: | |
| ``` | |
| npm run dev | |
| ``` | |
| Open your browser and go to `http://localhost:3000` to see the application in action. | |
| ### Building for Production | |
| To create a production build, run: | |
| ``` | |
| npm run build | |
| ``` | |
| The built files will be generated in the `dist` directory. | |
| ## Usage | |
| - Upload audio or video files to transcribe. | |
| - View synchronized transcriptions and download subtitles in various formats. | |
| ## Contributing | |
| If you would like to contribute to this project, please fork the repository and submit a pull request. | |
| ## License | |
| This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |