Skip to content

Web app for Vickers Hardness Prediction for welded stainless steel. The features used for the predictions are the processing features for the metallic materials, like Welding Temperature, Welding Speed, Sintering Temperature

License

Notifications You must be signed in to change notification settings

AyorindeTayo/Hardness-App

Repository files navigation

Installing flask

  • cd /path/to/project-directory # Choose your project directory
pipenv install

Then, activate this app's virtualenv: virtualenv -p python3 venv # For Python 3

virtualenv -p python3 venv
  • Install your requirements
(venv)$ pip install -r requirements.txt
  • Running the Server Type on your terminal, and run the server using this one simple command:
(venv)$ flask run

The locally deployed web app can now be accessed using

http://localhost:5000

Deployment of the app on pythonanywhere Cloud

Head over to the link pythonanywhere and follow the below steps.

  • Register and create a beginner account with pythonanywhere
  • Dashboard will open after registration. Click on Web to view the web apps page.
  • Create a web app
  • Select Flask Framework
  • Select Python Version
  • Enter the path for flask file
  • Check the default Flask application live on the link provided

Hardness-App

Web app for Vickers Hardness Prediction for welded stainless steel.

Imgur

About

Web app for Vickers Hardness Prediction for welded stainless steel. The features used for the predictions are the processing features for the metallic materials, like Welding Temperature, Welding Speed, Sintering Temperature

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published