sn99-backup / TOPSIS

A simple webservice for TOPSIS method

Home Page:https://topsis-guleri24.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOPSIS

A simple web service written for TOPSIS method computation and send the result to the email provided.

Browse - add the data csv

Weights - add comma seperated integers

Impacts - add comma seperated symbols + or -

Email - add a valid email address

In order to install dependencies mentioned in the requirements.txt file, all you have to do is to run the following command.

pip install -r requirements.txt

Run - locally

uvicorn --port 5000 --host 127.0.0.1 main:app --reload

Email service setup

Add your email and app password in the mail.py. how-to-configure-gmail-smtp

Read this article for more info python-send-email

About

A simple webservice for TOPSIS method

https://topsis-guleri24.herokuapp.com/


Languages

Language:Python 78.1%Language:HTML 15.8%Language:CSS 5.5%Language:Procfile 0.7%