This repository contains the server-side code for deploy and serving ML model.
Some several technologies or libraries that we used:
- FastAPI
- Tensorflow
- Socket.IO
- Pydub
- Compute Engine
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