Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,11 @@ The complete text simplification pipeline follows eight sequential steps:
|
|
| 25 |
8. [sentence-reorganizer](https://huggingface.co/VerbACxSS/sempl-it-v3-sentence-reorganizer-awq)
|
| 26 |
9. [explain](https://huggingface.co/VerbACxSS/sempl-it-v3-explain-awq)
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
## Usage
|
| 30 |
Install the following dependencies:
|
|
|
|
| 25 |
8. [sentence-reorganizer](https://huggingface.co/VerbACxSS/sempl-it-v3-sentence-reorganizer-awq)
|
| 26 |
9. [explain](https://huggingface.co/VerbACxSS/sempl-it-v3-explain-awq)
|
| 27 |
|
| 28 |
+
## Web App
|
| 29 |
+
To integrate this model into the full system, check out:
|
| 30 |
+
- Frontend: [GitHub Repository](https://github.com/VerbACxSS/sempl-it-frontend)
|
| 31 |
+
- Backend: [GitHub Repository](https://github.com/VerbACxSS/sempl-it-backend)
|
| 32 |
+
- Inference: [GitHub Repository](https://github.com/VerbACxSS/sempl-it-inference)
|
| 33 |
|
| 34 |
## Usage
|
| 35 |
Install the following dependencies:
|