Update README.md
Browse files
README.md
CHANGED
|
@@ -77,26 +77,28 @@ This project requires the following to be installed on your system:
|
|
| 77 |
* pip (Python package installer)
|
| 78 |
* Git & Git LFS
|
| 79 |
|
| 80 |
-
2. Clone the
|
| 81 |
-
|
| 82 |
-
git clone https://huggingface.co/puco21/HongikAI
|
| 83 |
cd HongikAI
|
| 84 |
|
|
|
|
| 85 |
git lfs install
|
| 86 |
git lfs pull
|
| 87 |
|
| 88 |
-
|
| 89 |
Bash
|
| 90 |
pip install -r requirements.txt
|
| 91 |
|
| 92 |
-
|
| 93 |
-
For the GUI to function correctly on Linux,system-level dependencies for Kivy
|
|
|
|
| 94 |
|
| 95 |
-
|
| 96 |
Bash
|
| 97 |
python __main__.py
|
| 98 |
|
| 99 |
Contact
|
| 100 |
-
Developer:
|
| 101 |
-
|
| 102 |
-
|
|
|
|
|
|
| 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
|