@@ -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
6161Server 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
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