feat: streamlit webapp demo for different scenarios (#135)

add streamlit webapp demo & docs
This commit is contained in:
XianBW
2024-08-02 18:37:15 +08:00
committed by GitHub
parent 0aa100d59a
commit 99d12e2861
6 changed files with 520 additions and 308 deletions
@@ -31,10 +31,10 @@ class GeneralModelScenario(Scenario):
@property
def rich_style_description(self) -> str:
return """
# [Model Research & Development Co-Pilot] (#_scenario)
## [Overview](#_summary)
### [Model Research & Development Co-Pilot](#_scenario)
#### [Overview](#_summary)
This demo automates the extraction and development of PyTorch models from academic papers. It supports various model types through two main components: Reader and Coder.
#### [Workflow Components](#_rdloops)