Your Name commited on
Commit
6e593fd
1 Parent(s): 57996bf

测试实验性功能 使用说明

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -70,6 +70,11 @@ cd chatgpt_academic
70
  python -m pip install -r requirements.txt
71
  # 运行
72
  python main.py
 
 
 
 
 
73
  ```
74
 
75
 
@@ -86,6 +91,10 @@ docker build -t gpt-academic .
86
  # 运行
87
  docker run --rm -it --net=host gpt-academic
88
 
 
 
 
 
89
  ```
90
 
91
 
 
70
  python -m pip install -r requirements.txt
71
  # 运行
72
  python main.py
73
+
74
+ # 测试实验性功能
75
+ input区域 输入 ./crazy_functions/test_project/cpp/libJPG , 然后点击 解析整个C++项目的头文件
76
+ input区域 输入 ./crazy_functions/test_project/latex/attention , 然后点击 解读latex论文写摘要
77
+ input区域 输入 ./crazy_functions/test_project/python/dqn , 然后点击 解析整个Python项目
78
  ```
79
 
80
 
 
91
  # 运行
92
  docker run --rm -it --net=host gpt-academic
93
 
94
+ # 测试实验性功能
95
+ input区域 输入 ./crazy_functions/test_project/cpp/libJPG , 然后点击 解析整个C++项目的头文件
96
+ input区域 输入 ./crazy_functions/test_project/latex/attention , 然后点击 解读latex论文写摘要
97
+ input区域 输入 ./crazy_functions/test_project/python/dqn , 然后点击 解析整个Python项目
98
  ```
99
 
100