Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,21 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
-
Play against it in real-time and try to win! Powered by Streamlit + scikit-learn.
|
| 5 |
|
| 6 |
---
|
| 7 |
-
๐ Made
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: ML Rock-Paper-Scissors
|
| 3 |
+
emoji: ๐ฎ
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# ๐ฎ ML Rock-Paper-Scissors Game (Streamlit + Logistic Regression)
|
| 11 |
+
|
| 12 |
+
This Space uses a Logistic Regression model to predict the user's next move based on past plays. The AI counters your predicted move to try and win.
|
| 13 |
+
|
| 14 |
+
- โ
Built with **Streamlit**
|
| 15 |
+
- โ
No .pkl model needed โ trains in memory
|
| 16 |
+
- โ
Deployed with Hugging Face Docker SDK
|
| 17 |
|
| 18 |
+
Try to beat the AI if you can! ๐
|
|
|
|
| 19 |
|
| 20 |
---
|
| 21 |
+
๐ Made by Mr. President
|