Skip to content

An Machine Learning Model for detecting the Spam Mails Using simple Linear Regression and Deploying Using Docker

Notifications You must be signed in to change notification settings

vishnu2105-git/Spam_Mail_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Step 1: Install all the dependencies required to run..

Install Docker Desktop or Docker Hub as the backend code will be pushed into the docker container The backend used in FastApi first runn the docker file and then run the frontend

commands to build the container and upload the code:

docker build -t your_username/your_image_name:tag .

docker images

docker login

docker push your_username/your_image_name:tag

Then check your docker desktop application if container has been created..

Step 2:

Run your frontend

cd my-app npm start

About

An Machine Learning Model for detecting the Spam Mails Using simple Linear Regression and Deploying Using Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published