Transcriptify is a powerful transcription application built using React, Tailwind CSS, Redux Toolkit, and Firebase. It provides a seamless experience for users to upload audio or video files and get their transcriptions. Along with transcription, users can also summarize or elaborate on the transcription content.
- Transcription: Users can easily upload their audio or video files and get a precise transcription.
- Authentication: Secure user authentication using Firebase.
- Summarize & Elaborate: Features to either summarize the transcription for a brief overview or elaborate for detailed content.
- Stylish UI: Leveraging Tailwind CSS, the app offers a clean and modern user interface.
- Node.js and npm (Make sure they're installed on your machine)
To get a local copy up and running, follow these simple steps:
-
Clone the Repository:
git clone https://github.com/dangphung4/voice-notes.git
-
Navigate to the directory:
cd node-taker -
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
Your app should now be running on http://localhost:3000. Enjoy transcribing!
- React - A JavaScript library for building user interfaces.
- Tailwind CSS - A utility-first CSS framework for rapid UI development.
- Redux Toolkit - The official, opinionated, batteries-included toolset for efficient Redux development.
- Firebase - Platform for web app development that provides authentication and more.