Bhavi23 commited on
Commit
67b1e08
·
verified ·
1 Parent(s): daa6b5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
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:8501
57
  📦 Dependencies
58
- streamlit>=1.28.0
59
- tensorflow>=2.13.0
60
- numpy>=1.24.0
61
- pandas>=2.0.0
62
- plotly>=5.15.0
63
- Pillow>=10.0.0
64
- requests>=2.31.0
 
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 8501
144
 
145
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
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