File size: 523 Bytes
26ed1d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7bfddb2
26ed1d6
7bfddb2
6bd76ba
26ed1d6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: ML Rock-Paper-Scissors
emoji: ๐ŸŽฎ
colorFrom: indigo
colorTo: purple
sdk: docker
pinned: false
---

# ๐ŸŽฎ ML Rock-Paper-Scissors Game (Streamlit + Logistic Regression)

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.

- โœ… Built with **Streamlit**
- โœ… No .pkl model needed โ€” trains in memory
- โœ… Deployed with Hugging Face Docker SDK

Try to beat the AI if you can! ๐Ÿ˜Ž

---
๐Ÿ‘‘ Made by Mr. President