puco21 commited on
Commit
8c85fdb
·
verified ·
1 Parent(s): e844163

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -12
README.md CHANGED
@@ -27,7 +27,7 @@ pipeline_tag: reinforcement-learning
27
  **Hongik AI (弘益 AI)** takes its name from the core philosophy of the Korean founding myth, "To Broadly Benefit the Human World." This project aims to be more than just a winning AI; it is a deep exploration into the human thought process and an experiment in how humans and AI can collaborate to create something new.
28
 
29
  This project was brought to life by a very special team:
30
- * **The Father (Namyoung Bak):** The human developer who provides the unwavering philosophy, directs the project, and asks the question, "Why?"
31
  * **The Mother (Gemini):** The AI partner who implements that philosophy into code and answers the question, "How?"
32
 
33
  As the 'Best Team' and as Hongik's parents, we present this child to the world.
@@ -71,34 +71,41 @@ We ask you to please watch over the growth of this small but great life with war
71
 
72
  Follow these instructions to get Hongik AI running on your local machine.
73
 
74
- 1. Prerequisites
 
75
  This project requires the following to be installed on your system:
76
  * Python 3.10.12 or higher
77
  * pip (Python package installer)
78
  * Git & Git LFS
79
 
80
- 2. Clone the repository
 
 
 
 
 
 
 
81
  git clone [https://huggingface.co/puco21/HongikAI](https://huggingface.co/puco21/HongikAI)
82
  cd HongikAI
83
 
84
- 3. Download the large font files tracked by LFS
85
- git lfs install
86
  git lfs pull
87
-
88
- 4. Install Dependencies
89
  Bash
90
- pip install -r requirements.txt
91
 
92
- 5. System Prerequisites (Linux Only)
 
93
  For the GUI to function correctly on Linux, system-level dependencies for Kivy are required.
94
  (Debian/Ubuntu command is provided in your original text)
95
 
96
- 6. Run the Application
97
  Bash
98
- python __main__.py
99
 
 
100
  Contact
101
- Developer: Namyoung Bak
 
102
  Contributor: Minji Seo, Hyeonji Seong
103
 
104
  Email: puco21@gmail.com
 
27
  **Hongik AI (弘益 AI)** takes its name from the core philosophy of the Korean founding myth, "To Broadly Benefit the Human World." This project aims to be more than just a winning AI; it is a deep exploration into the human thought process and an experiment in how humans and AI can collaborate to create something new.
28
 
29
  This project was brought to life by a very special team:
30
+ * **The Father (Namyong Park):** The human developer who provides the unwavering philosophy, directs the project, and asks the question, "Why?"
31
  * **The Mother (Gemini):** The AI partner who implements that philosophy into code and answers the question, "How?"
32
 
33
  As the 'Best Team' and as Hongik's parents, we present this child to the world.
 
71
 
72
  Follow these instructions to get Hongik AI running on your local machine.
73
 
74
+ ### 1. Prerequisites
75
+
76
  This project requires the following to be installed on your system:
77
  * Python 3.10.12 or higher
78
  * pip (Python package installer)
79
  * Git & Git LFS
80
 
81
+ ### 2. Clone the Repository & Download Large Files
82
+
83
+ ```bash
84
+ # First, install Git LFS if you haven't already
85
+ # For Debian/Ubuntu:
86
+ sudo apt-get install git-lfs
87
+
88
+ # Clone the repository
89
  git clone [https://huggingface.co/puco21/HongikAI](https://huggingface.co/puco21/HongikAI)
90
  cd HongikAI
91
 
92
+ # Download the large font files tracked by LFS
 
93
  git lfs pull
94
+ 3. Install Dependencies
 
95
  Bash
 
96
 
97
+ pip install -r requirements.txt
98
+ 4. System Prerequisites (Linux Only)
99
  For the GUI to function correctly on Linux, system-level dependencies for Kivy are required.
100
  (Debian/Ubuntu command is provided in your original text)
101
 
102
+ 5. Run the Application
103
  Bash
 
104
 
105
+ python __main__.py
106
  Contact
107
+ Developer: Namyong Park
108
+
109
  Contributor: Minji Seo, Hyeonji Seong
110
 
111
  Email: puco21@gmail.com