Spaces:
Sleeping
Sleeping
Commit
·
e98dee0
1
Parent(s):
f85a5db
update
Browse files
README.md
CHANGED
@@ -28,4 +28,41 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
28 |
点击能发声。
|
29 |
|
30 |
|
31 |
-
降低temperature,提高llm生成json的质量。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
点击能发声。
|
29 |
|
30 |
|
31 |
+
降低temperature,提高llm生成json的质量。
|
32 |
+
|
33 |
+
## 项目描述
|
34 |
+
|
35 |
+
EnglishMate 是一个帮助用户学习英语的网站。用户可以输入他们的原始语言表达,系统会使用大语言模型(LLMs)生成对应的英语段落表达和重要的动词和单词。
|
36 |
+
|
37 |
+
## 技术栈
|
38 |
+
|
39 |
+
- **前端**: 使用 Streamlit 构建用户界面。
|
40 |
+
- **后端**: 使用 Hugging Face 提供的 LLMs 进行文本生成。
|
41 |
+
- **编程语言**: Python 10
|
42 |
+
- **模型**: LLaMA
|
43 |
+
|
44 |
+
## 功能
|
45 |
+
|
46 |
+
- 用户输入框:提供用户输入文本。
|
47 |
+
- 英语段落生成:根据用户输入生成对应的英语段落。
|
48 |
+
- 重要词汇提取:提取并显示重要的动词和单词。
|
49 |
+
- 语音播放:点击生成的文本可以发声。
|
50 |
+
|
51 |
+
## 使用方法
|
52 |
+
|
53 |
+
1. 克隆仓库:
|
54 |
+
```bash
|
55 |
+
git clone https://github.com/yourusername/englishMate.git
|
56 |
+
```
|
57 |
+
2. 安装依赖:
|
58 |
+
```bash
|
59 |
+
pip install -r requirements.txt
|
60 |
+
```
|
61 |
+
3. 运行应用:
|
62 |
+
```bash
|
63 |
+
streamlit run app.py
|
64 |
+
```
|
65 |
+
|
66 |
+
## 配置参考
|
67 |
+
|
68 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|