Otniel113 / speech-classification-django

KP Internal Kedaireka MBKM dengan Internal Telkom University membuat aplikasi berbasis machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speech Classification

Interview grading with text to speech and text classification

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need to install

docker
docker-compose

Installing

A step by step to get development env running

docker configuration :

docker-compose up

Running the tests

docker-compose run \
  -e DJANGO_SETTINGS_MODULE=django_app.settings.testing \
  --no-deps --rm web py.test;

Deployment

System deploy on heroku container environment

heroku login -i
heroku create speech-classification-donni

heroku container:login
heroku container:push web
heroku container:release web
heroku open

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Style Guide

Use pep-008 for tylr guide

Versioning

Use SemVer for versioning.

Future Works

Authors

  • Donni Richasdy - Initial work - richasdy

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Kemas Muslim
  • Nurul Ikhsan
  • Isman Kurniawan
  • Jofardo Adlinnas
  • Zinedine Zidane Hanjar
  • Daniel Gentha Ivan Desantha

About

KP Internal Kedaireka MBKM dengan Internal Telkom University membuat aplikasi berbasis machine learning


Languages

Language:JavaScript 47.5%Language:CSS 36.9%Language:HTML 9.1%Language:Python 6.2%Language:Shell 0.2%Language:Dockerfile 0.1%Language:Procfile 0.0%