Skip to content

RRBarman/SpeechToText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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