https://github.com/kitsuyaazuma/optimaz
A web application for mathematical optimization
https://github.com/kitsuyaazuma/optimaz
mathematical-optimization pulp python3 streamlit
Last synced: about 2 months ago
JSON representation
A web application for mathematical optimization
- Host: GitHub
- URL: https://github.com/kitsuyaazuma/optimaz
- Owner: kitsuyaazuma
- Created: 2022-10-03T22:52:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T15:20:27.000Z (over 3 years ago)
- Last Synced: 2025-05-05T14:02:23.107Z (about 1 year ago)
- Topics: mathematical-optimization, pulp, python3, streamlit
- Language: Jupyter Notebook
- Homepage:
- Size: 568 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OptimAz

**OptimAz** is a web application for mathematical optimization.
# DEMO
[]()
# Features
# Requirement
* Python 3.10
# Installation & Usage
```bash
git clone https://github.com/Kitsuya0828/OptimAz.git
cd OptimAz
pip install -r requirements.txt
streamlit run HOME.py
```
# Note
# Author
* Kitsuya Azuma ( kitsuyaazuma@gmail.com )
* Tohoku University
# License
"OptimAz" is under [MIT license](https://en.wikipedia.org/wiki/MIT_License).
Thank you!