Skip to content

Model Deployment for HEAR4U Bangkit Capstone Project

Notifications You must be signed in to change notification settings

dafariski77/hear4u-model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Model Deployment for HEAR4U Bangkit Capstone Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PureBasic 85.1%
  • Python 14.9%