Skip to content

Commit 2afe905

Browse files
authored
Update README.md
1 parent 34a0e97 commit 2afe905

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It allows you to send data through **Postman** and receive prediction results in
99
- Accepts image input through Postman
1010
- Returns model prediction in real time.
1111
- Includes example request + response
12-
- Easy to deploy and extend<br>
12+
- Easy to deploy and extend
1313

1414
## 📁 Project Structure
1515

@@ -30,7 +30,7 @@ It allows you to send data through **Postman** and receive prediction results in
3030
- **Flask** – Web application framework
3131
- **Tensorflow, NumPy** – Data processing & ML model training
3232
- **Matplotlib** – Interactive plots
33-
- **Keras** – Model & metadata storage<br><br>
33+
- **Keras** – Model & metadata storage
3434

3535
## ⚙️ Installation & Setup
3636

@@ -59,7 +59,7 @@ It allows you to send data through **Postman** and receive prediction results in
5959
```
6060

6161
Server will start at:
62-
👉 `http://127.0.0.1:5000`<br><br>
62+
👉 `http://127.0.0.1:5000`
6363

6464
## 📬 How to Use Postman for Prediction
6565

@@ -108,11 +108,11 @@ or
108108

109109
## 📄 Requirements
110110

111-
See `requirements.txt` for exact package versions.<br><br>
111+
See `requirements.txt` for exact package versions.
112112

113113
## 🤝 Contribution
114114

115-
Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to improve.<br><br>
115+
Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to improve.
116116

117117
## 📜 License
118118

0 commit comments

Comments
 (0)