- Video Conference web app with Sign Language Translator.
- Deep Learning model
To set up and run the project, follow these steps:
-
Clone the Repository:
git clone https://github.com/AnirudhKaranth/video-chat.git
-
Configuration: Configure your database connection and API keys in .env file as given in .env.example file.
-
Installation: Navigate to the project root directory and install dependencies:
npm install npx prisma generate
-
Running the Application: Start the development server for both the client and server:
npm run dev