Hari022 commited on
Commit
26ed1d6
ยท
verified ยท
1 Parent(s): 157ef0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -4
README.md CHANGED
@@ -1,7 +1,21 @@
1
- # Rock-Paper-Scissors ML (Streamlit)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
- ๐Ÿง  A smart AI opponent that learns your patterns using Logistic Regression.
4
- Play against it in real-time and try to win! Powered by Streamlit + scikit-learn.
5
 
6
  ---
7
- ๐Ÿ‘‘ Made for Hugging Face Spaces using Docker.
 
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