Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 656 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 656 Bytes

Hear4U ML Server

This repository contains the server-side code for deploy and serving ML model.

Deployed Link

http://34.101.212.39:8000/

Techstack

Some several technologies or libraries that we used:

  1. FastAPI
  2. Tensorflow
  3. Socket.IO
  4. Pydub
  5. Compute Engine

Get Started

Clone repository with command:

git clone https://github.com/HEAR4U-bangkit/ml-hear4u-server.git

Install dependencies:

pip install -r requirements.txt

Start the server with command:

uvicorn app:app --host 0.0.0.0 --port 8000 --reload

Then can be accessed in:

<IP ADDRESS>:8000