Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 596 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 596 Bytes

AudioToText

Steps to follow to setup the project:

cd [project directory]

For Server:

cd server

npm install

npm run start

For Client:

cd client

npm install

npm run dev

Features :

User Authentication

File Upload

File Storage (using FireBase)

Audio to Text Transcription using Assembly Ai Api.

Access to Past Transcripted Texts .

Database : MONGODB

Backend Deployed using Render.com