Skip to content

its-kumar-yash/Language-Detection-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Detection App

1. Develop and save the model with this Colab

Open Notebook

2. Create Docker container

docker build -t app-name .

docker run -p 80:80 app-name

3. Create Git repo

If you clone this repo this step is not needed. Or you can delete this git repo with rm -rf .git and start with a new one:

git init
git add .
git commit -m "initial commit"
git branch -M main