Dejansimic commited on
Commit
ce57892
·
verified ·
1 Parent(s): 3a13c45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -21,16 +21,18 @@ short_description: PhPedja
21
 
22
  # Docs
23
 
24
- https://huggingface.co/docs/autotrain
25
 
26
- # Citation
27
 
28
- @misc{thakur2024autotrainnocodetrainingstateoftheart,
29
- title={AutoTrain: No-code training for state-of-the-art models},
30
- author={Abhishek Thakur},
31
- year={2024},
32
- eprint={2410.15735},
33
- archivePrefix={arXiv},
34
- primaryClass={cs.AI},
35
- url={https://arxiv.org/abs/2410.15735},
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