This project is an audio recording application that allows users to sign up, log in, and record audio in real-time. It utilizes Firebase for authentication and Deepgram for live audio transcription. Users can view transcriptions of their recordings and interact with the application seamlessly.
- User Authentication:
- Sign up with email and password.
- Log in with existing accounts.
- Real-time Audio Recording:
- Capture audio from the microphone.
- Live transcription of audio using Deepgram.
- User-Friendly Interface:
- Simple and intuitive design for easy navigation.
-
Frontend:
- React.js
- Firebase Authentication
- Axios for HTTP requests
- Deepgram API for audio transcription
-
Backend:
- Flask for backend server
- MongoDB for storing user data
- Clone the repository:
git clone https://github.com/Rohan-T144/hackru-24.git cd hackru-24