Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
4 |
+
---
|
5 |
+
# Hugging Face Project for SE4CSAI - group: ThisCourse™
|
6 |
+
Goal: Improvement and generation of pet descriptions for animal shelters to promote adoption.
|
7 |
+
|
8 |
+
# Project overview
|
9 |
+
The project incorporates several AI models, namely a translation model and an LLM as a text improvement model, in a web interface which allows the user to generate new descriptions from keywords, improve draft descriptions and translate their English descriptions to Dutch.
|
10 |
+
|
11 |
+
Each model is hosted on a separate server which communicates with the user through a Node.js server and a queue handler.
|
12 |
+
|
13 |
+
# More Information
|
14 |
+
For more information, see [here](https://github.com/SinglePaper/SEThisCourse/).
|