Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 805 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 805 Bytes

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