Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -21,16 +21,18 @@ short_description: PhPedja
|
|
21 |
|
22 |
# Docs
|
23 |
|
24 |
-
https://huggingface.co/docs/autotrain
|
25 |
|
26 |
-
|
27 |
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
21 |
|
22 |
# Docs
|
23 |
|
24 |
+
[Hugging Face AutoTrain Documentation](https://huggingface.co/docs/autotrain)
|
25 |
|
26 |
+
## Description
|
27 |
|
28 |
+
PhPedja is a powerful tool designed for training state-of-the-art models without the need for extensive coding. It simplifies the machine learning process, making it accessible to everyone.
|
29 |
+
|
30 |
+
## Installation
|
31 |
+
|
32 |
+
```bash
|
33 |
+
# Clone the repository
|
34 |
+
git clone https://github.com/your-username/PhPedja.git
|
35 |
+
cd PhPedja
|
36 |
+
|
37 |
+
# Install dependencies
|
38 |
+
pip install -r requirements.txt
|