Update README.md
Browse files
README.md
CHANGED
|
@@ -53,15 +53,16 @@ Install dependencies
|
|
| 53 |
pip install -r requirements.txt
|
| 54 |
Run the application
|
| 55 |
streamlit run app.py
|
| 56 |
-
Open your browser and navigate to http://localhost:
|
| 57 |
📦 Dependencies
|
| 58 |
-
streamlit
|
| 59 |
-
tensorflow
|
| 60 |
-
numpy
|
| 61 |
-
pandas
|
| 62 |
-
plotly
|
| 63 |
-
Pillow
|
| 64 |
-
requests
|
|
|
|
| 65 |
🎮 How to Use
|
| 66 |
1. Home Page
|
| 67 |
Overview of the system capabilities
|
|
@@ -140,9 +141,9 @@ COPY requirements.txt .
|
|
| 140 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 141 |
|
| 142 |
COPY . .
|
| 143 |
-
EXPOSE
|
| 144 |
|
| 145 |
-
CMD ["streamlit", "run", "app.py", "--server.port=
|
| 146 |
🤝 Contributing
|
| 147 |
We welcome contributions! Please follow these steps:
|
| 148 |
|
|
|
|
| 53 |
pip install -r requirements.txt
|
| 54 |
Run the application
|
| 55 |
streamlit run app.py
|
| 56 |
+
Open your browser and navigate to http://localhost:7860
|
| 57 |
📦 Dependencies
|
| 58 |
+
streamlit==1.47.0
|
| 59 |
+
tensorflow-cpu==2.15.0
|
| 60 |
+
numpy==1.26.4
|
| 61 |
+
pandas==2.2.2
|
| 62 |
+
plotly==5.22.0
|
| 63 |
+
Pillow==10.4.0
|
| 64 |
+
requests==2.32.3
|
| 65 |
+
protobuf<4.0.0
|
| 66 |
🎮 How to Use
|
| 67 |
1. Home Page
|
| 68 |
Overview of the system capabilities
|
|
|
|
| 141 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 142 |
|
| 143 |
COPY . .
|
| 144 |
+
EXPOSE 7860
|
| 145 |
|
| 146 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
| 147 |
🤝 Contributing
|
| 148 |
We welcome contributions! Please follow these steps:
|
| 149 |
|