File tree 2 files changed +53
-6
lines changed
Module 6 - Case Studies/5. AWS Deployment
2 files changed +53
-6
lines changed Original file line number Diff line number Diff line change 1
1
# How to run app.py ?
2
2
3
- ## Way 1
3
+ ## Way 1 - Local Deployment of this Project
4
4
5
- 1 . Download ` app.py ` and ` img ` folder in your local computer.
6
- 2 . Use this command to run this application: ` streamlit run app.py `
5
+ 1 . Download ` app.py ` , ` requirement.txt ` and ` img ` folder in your local computer.
6
+ 2 . Create a Virtual Environment and install project dependencies from ` requirement.txt ` .
7
+ 3 . Use this command to run the application: ` streamlit run app.py `
7
8
8
- ## Way 2
9
+ ## Way 2 - Directly Check the Running app With LIVE Link
9
10
10
- This application is deployed on Heroku .
11
- You can also click on [ this link] ( https://aws-deployment.herokuapp.com / ) to access the application.
11
+ This application is deployed on Streamlit Cloud .
12
+ You can also click on [ this link] ( https://aws-deployment-tutorial-for-flask-app.streamlit.app / ) to access the application.
12
13
If it takes more time to open, just refresh the page.
Original file line number Diff line number Diff line change
1
+ altair == 5.2.0
2
+ attrs == 23.2.0
3
+ blinker == 1.7.0
4
+ cachetools == 5.3.2
5
+ certifi == 2024.2.2
6
+ charset-normalizer == 3.3.2
7
+ click == 8.1.7
8
+ colorama == 0.4.6
9
+ gitdb == 4.0.11
10
+ GitPython == 3.1.42
11
+ idna == 3.6
12
+ importlib-metadata == 7.0.1
13
+ Jinja2 == 3.1.3
14
+ jsonschema == 4.21.1
15
+ jsonschema-specifications == 2023.12.1
16
+ markdown-it-py == 3.0.0
17
+ MarkupSafe == 2.1.5
18
+ mdurl == 0.1.2
19
+ numpy == 1.26.4
20
+ packaging == 23.2
21
+ pandas == 2.2.1
22
+ pillow == 10.2.0
23
+ protobuf == 4.25.3
24
+ pyarrow == 15.0.0
25
+ pydeck == 0.8.1b0
26
+ Pygments == 2.17.2
27
+ python-dateutil == 2.8.2
28
+ pytz == 2024.1
29
+ referencing == 0.33.0
30
+ requests == 2.31.0
31
+ rich == 13.7.0
32
+ rpds-py == 0.18.0
33
+ six == 1.16.0
34
+ smmap == 5.0.1
35
+ streamlit == 1.31.1
36
+ tenacity == 8.2.3
37
+ toml == 0.10.2
38
+ toolz == 0.12.1
39
+ tornado == 6.4
40
+ typing_extensions == 4.10.0
41
+ tzdata == 2024.1
42
+ tzlocal == 5.2
43
+ urllib3 == 2.2.1
44
+ validators == 0.22.0
45
+ watchdog == 4.0.0
46
+ zipp == 3.17.0
You can’t perform that action at this time.
0 commit comments