Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -10,3 +10,41 @@ pinned: false
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
+
# Silly Detention Letter Generator
|
15 |
+
|
16 |
+
This Flask application generates humorous and exaggerated detention letters for students using the Groq API.
|
17 |
+
|
18 |
+
## Description
|
19 |
+
|
20 |
+
The Silly Detention Letter Generator is a web application that creates amusing, over-the-top letters addressed to parents explaining their child's fictional detention reasons. It uses the Groq API with the llama3-groq-70b-8192-tool-use-preview model to generate creative and entertaining content.
|
21 |
+
|
22 |
+
## Features
|
23 |
+
|
24 |
+
- Generates unique, silly detention letters on demand
|
25 |
+
- Uses advanced language model for creative text generation
|
26 |
+
- Simple web interface for easy interaction
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
|
30 |
+
1. Visit the application URL
|
31 |
+
2. Click the "Generate Letter" button (or refresh the page)
|
32 |
+
3. Read and enjoy the humorous detention letter
|
33 |
+
|
34 |
+
## Technical Details
|
35 |
+
|
36 |
+
- Built with Flask
|
37 |
+
- Utilizes the Groq API for text generation
|
38 |
+
- Deployed on Hugging Face Spaces
|
39 |
+
|
40 |
+
## Note
|
41 |
+
|
42 |
+
This application is for entertainment purposes only. The generated content is fictional and should not be taken seriously.
|
43 |
+
|
44 |
+
## Author
|
45 |
+
|
46 |
+
Bence from https://bencium.io
|
47 |
+
|
48 |
+
## License
|
49 |
+
|
50 |
+
[Your chosen license, e.g., MIT License]
|