Skip to content

Abdullah-Eisa/Eligible-Claims-Classifier-using-Deep-learning-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eligible-Claims-Classifier-using-Deep-learning-app

This app is classifying claims into eligible or not eligible using Deep learning then Deploy the app with FastAPI, Docker, and Heroku.

1. Create Docker container

docker build -t app-name .

docker run -p 80:80 app-name

2. 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

3. Create Heroku project

heroku login
heroku create your-app-name
heroku git:remote your-app-name
heroku stack:set container
git push heroku main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published