Skip to content

richasdy/speech-classification-django

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published