opeco17 / language_app

Machine Learning Application which predicts what language your name comes from.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language Prediction Application

This is the machine learning application which predicts what language your name comes from.

Technologies

Python/Django/PyTorch/SQLite/Nginx/uWSGI

How to use

Clone files from GitHub.

git clone https://github.com/opeco17/language-prediction-application.git

These below commands are for setting up the application.

docker-compose run application ./manage.py makemigrations prediction
docker-compose run application ./manage.py migrate
docker-compose run application ./manage.py collectstatic

Build docker image and run docker container. Please execute command on the place where Dockerfile exists.

docker-compose up -d

Please jump to below link and you will see above GUI.

http://localhost:8000/

About

Machine Learning Application which predicts what language your name comes from.


Languages

Language:Python 77.5%Language:HTML 17.5%Language:JavaScript 4.0%Language:Dockerfile 1.0%