This repository contains various program files deployed using streamlit
REQUIREMENTS:
• Ensure you have anaconda exe.
• Under anaconda terminal type pip install streamlit
• Streamlit will be installed
• Now open the required file, copy the path of that particular file, type streamlit run tru.py (filename say tru.py) The file will be launched in your local host and perform the required operations
FILES UPLOADED
- Truth Table – truth_table_1.py, truth_table_2.py
- Simplex – simplex_method.py
- Big M – bigmn.py
- Dual Simplex – dualsimplex.py, dualsimplex2.py
- Master Theorem – master_theorem.py
- Recursion using factorial – recursion.py
- North West Corner Method – north_west_corner.py
- Vogel Approximation Method – transportation.py, vogel_method.py
- Least Cost Method – least_cost_method.py
- Assignment Problem - assignment_problem.py
- PERT – pert.py
- CPM – cpm.py, cpmm.py
- Linear Regression – linear_regression_2.py, linear_regression.py (upload the csv file)
- Multiple Linear Regression – multiple_regression.py, multiple_regression_2.py (upload the csv file)