Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 934 Bytes

README.md

File metadata and controls

60 lines (47 loc) · 934 Bytes

Requirements

python 3.7 or higher

Installation

Step 1

download project and extract zip

or

1. open cmd or terminal
2. git clone https://github.com/salihacr/OptimizationAndMachineLearning.git 

Step 2

cd project
python -m venv venv
cd venv/scripts
activate
cd..
cd..
pip install -r requirements.txt

Open App

cd project_flask
python app.py

done !

IMAGE ALT TEXT

Contribution

Please make sure to read the Contributing Guide before making a pull request. If you have a TSP-related project/component/tool, add it with a pull request to this curated list!

if you're added a package

pip freeze > requirements.txt

and push to github

Copyright (c) 2021 - present