Create requirements.txt
Browse files- requirements.txt +175 -0
requirements.txt
ADDED
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
gradio>=4.0.0
|
3 |
+
huggingface-hub>=0.19.0
|
4 |
+
python-dotenv>=1.0.0
|
5 |
+
|
6 |
+
# README.md
|
7 |
+
---
|
8 |
+
title: Professional Writing Business - AI Template Generator
|
9 |
+
emoji: π
|
10 |
+
colorFrom: blue
|
11 |
+
colorTo: purple
|
12 |
+
sdk: gradio
|
13 |
+
sdk_version: 4.44.0
|
14 |
+
app_file: app.py
|
15 |
+
pinned: false
|
16 |
+
license: mit
|
17 |
+
short_description: AI-powered template generator for professional writing services
|
18 |
+
---
|
19 |
+
|
20 |
+
# Professional Writing Business - AI Template Generator
|
21 |
+
|
22 |
+
A professional-grade template generator powered by **Cerebras-accelerated Llama 3.1 70B** for premium writing services.
|
23 |
+
|
24 |
+
## π― Specializations
|
25 |
+
|
26 |
+
### Student Writing (Primary Focus)
|
27 |
+
- Academic Essay Writing ($150)
|
28 |
+
- Research Papers ($250)
|
29 |
+
- Personal Statements ($200)
|
30 |
+
|
31 |
+
### Business Writing
|
32 |
+
- Grant Proposals ($800)
|
33 |
+
- Press Releases ($300)
|
34 |
+
- Website Copy ($300)
|
35 |
+
|
36 |
+
### Marketing Copy
|
37 |
+
- SEO Blog Posts ($150)
|
38 |
+
- Professional Resumes ($150)
|
39 |
+
|
40 |
+
## π Features
|
41 |
+
|
42 |
+
- **Lightning Fast**: 2-5 second generation with Cerebras acceleration
|
43 |
+
- **Professional Quality**: 90%+ quality scores with expert-level templates
|
44 |
+
- **Customizable**: [PLACEHOLDER] system for easy client customization
|
45 |
+
- **Business Ready**: Pricing and quality suitable for professional services
|
46 |
+
|
47 |
+
## π§ Technical Stack
|
48 |
+
|
49 |
+
- **Model**: Llama 3.1 70B Instruct
|
50 |
+
- **Acceleration**: Cerebras AI
|
51 |
+
- **Interface**: Gradio 4.0
|
52 |
+
- **Deployment**: Hugging Face Spaces
|
53 |
+
|
54 |
+
## πΌ Business Metrics
|
55 |
+
|
56 |
+
- **8 Core Services**: Covering student writing + high-demand business needs
|
57 |
+
- **$1,950+ Portfolio**: Revenue potential per complete service cycle
|
58 |
+
- **Professional Standards**: Templates justify premium pricing
|
59 |
+
- **Enterprise Ready**: Built for business reputation and client satisfaction
|
60 |
+
|
61 |
+
---
|
62 |
+
|
63 |
+
*Powered by Hugging Face Enterprise β’ Built for Professional Writing Services*
|
64 |
+
|
65 |
+
# .env.example
|
66 |
+
HF_TOKEN=your_hugging_face_enterprise_token_here
|
67 |
+
|
68 |
+
# .gitignore
|
69 |
+
__pycache__/
|
70 |
+
*.py[cod]
|
71 |
+
*$py.class
|
72 |
+
*.so
|
73 |
+
.Python
|
74 |
+
build/
|
75 |
+
develop-eggs/
|
76 |
+
dist/
|
77 |
+
downloads/
|
78 |
+
eggs/
|
79 |
+
.eggs/
|
80 |
+
lib/
|
81 |
+
lib64/
|
82 |
+
parts/
|
83 |
+
sdist/
|
84 |
+
var/
|
85 |
+
wheels/
|
86 |
+
*.egg-info/
|
87 |
+
.installed.cfg
|
88 |
+
*.egg
|
89 |
+
MANIFEST
|
90 |
+
|
91 |
+
# PyInstaller
|
92 |
+
*.manifest
|
93 |
+
*.spec
|
94 |
+
|
95 |
+
# Installer logs
|
96 |
+
pip-log.txt
|
97 |
+
pip-delete-this-directory.txt
|
98 |
+
|
99 |
+
# Unit test / coverage reports
|
100 |
+
htmlcov/
|
101 |
+
.tox/
|
102 |
+
.nox/
|
103 |
+
.coverage
|
104 |
+
.coverage.*
|
105 |
+
.cache
|
106 |
+
nosetests.xml
|
107 |
+
coverage.xml
|
108 |
+
*.cover
|
109 |
+
.hypothesis/
|
110 |
+
.pytest_cache/
|
111 |
+
|
112 |
+
# Translations
|
113 |
+
*.mo
|
114 |
+
*.pot
|
115 |
+
|
116 |
+
# Django stuff:
|
117 |
+
*.log
|
118 |
+
local_settings.py
|
119 |
+
db.sqlite3
|
120 |
+
|
121 |
+
# Flask stuff:
|
122 |
+
instance/
|
123 |
+
.webassets-cache
|
124 |
+
|
125 |
+
# Scrapy stuff:
|
126 |
+
.scrapy
|
127 |
+
|
128 |
+
# Sphinx documentation
|
129 |
+
docs/_build/
|
130 |
+
|
131 |
+
# PyBuilder
|
132 |
+
target/
|
133 |
+
|
134 |
+
# Jupyter Notebook
|
135 |
+
.ipynb_checkpoints
|
136 |
+
|
137 |
+
# IPython
|
138 |
+
profile_default/
|
139 |
+
ipython_config.py
|
140 |
+
|
141 |
+
# pyenv
|
142 |
+
.python-version
|
143 |
+
|
144 |
+
# celery beat schedule file
|
145 |
+
celerybeat-schedule
|
146 |
+
|
147 |
+
# SageMath parsed files
|
148 |
+
*.sage.py
|
149 |
+
|
150 |
+
# Environments
|
151 |
+
.env
|
152 |
+
.venv
|
153 |
+
env/
|
154 |
+
venv/
|
155 |
+
ENV/
|
156 |
+
env.bak/
|
157 |
+
venv.bak/
|
158 |
+
|
159 |
+
# Spyder project settings
|
160 |
+
.spyderproject
|
161 |
+
.spyproject
|
162 |
+
|
163 |
+
# Rope project settings
|
164 |
+
.ropeproject
|
165 |
+
|
166 |
+
# mkdocs documentation
|
167 |
+
/site
|
168 |
+
|
169 |
+
# mypy
|
170 |
+
.mypy_cache/
|
171 |
+
.dmypy.json
|
172 |
+
dmypy.json
|
173 |
+
|
174 |
+
# Pyre type checker
|
175 |
+
.pyre/
|