We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a42bd commit b948222Copy full SHA for b948222
README.md
@@ -1,4 +1,10 @@
1
-## Run this project
+# OpenIE 数控加工中心传感器信号仪表盘<hr>
2
+## 1 Tech Stack
3
+使用 [Streamlit](https://streamlit.io/) Python 3rd Part Lib后端库实现的对机床传感器数据进行处理。<br>
4
+项目使用了conda创建虚拟环境,我们使用的是[miniconda](https://docs.conda.io/en/latest/miniconda.html)按照2中的步骤即可运行本项目。<br>
5
+项目Docker虚拟机正在开发,敬请期待~<br>
6
+特别鸣谢项目其他贡献者:Wang Xiao, Zhang Ziyang, Luo Wenjie, etc.
7
+## 2 Run this project
8
```bash
9
$ cd path/to/OpenIE
10
# create a python virtual environment through miniconda
@@ -10,5 +16,5 @@ $ pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
16
# install third part requirements
11
17
$ pip install -r requirements.txt
12
18
# run this project
13
-$ streamlit run main.py
19
+$ streamlit run Main_Page.py
14
20
```
0 commit comments