Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
# Gender Prediction from Names using Neural Network
|
| 4 |
-
|
| 5 |
-
### 🚀 **Project Overview**
|
| 6 |
-
|
| 7 |
-
This project uses a **Neural Network** model trained on **TF-IDF vectors** of names to predict the gender (Male/Female). The model is deployed using **Streamlit**, making it easy to interact and predict the gender from a user-inputted name.
|
| 8 |
-
|
| 9 |
---
|
| 10 |
|
| 11 |
## 📸 **Application Screenshot**
|
|
@@ -150,4 +144,4 @@ Feel free to fork the project and submit a pull request for improvements.
|
|
| 150 |
|
| 151 |
This project is licensed under the MIT License.
|
| 152 |
|
| 153 |
-
</html>
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
## 📸 **Application Screenshot**
|
|
|
|
| 144 |
|
| 145 |
This project is licensed under the MIT License.
|
| 146 |
|
| 147 |
+
</html>
|