-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
txt, modified readme, formatted ui
- Loading branch information
Showing
3 changed files
with
41 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
|
||
# GPTLens Demo | ||
|
||
GPT Lens is an LLM tool to check for security breaches in smart contracts. To learn more, go to : https://github.com/git-disl/GPTLens. This demo provides a scenario-based walkthrough of how GPTLens utilizes LLMs to examine smart contract code and detect vulnerabilities. | ||
|
||
|
||
## Install requirement packages | ||
|
||
``` | ||
pip install -r requirements.txt | ||
``` | ||
|
||
|
||
## Run Demo | ||
|
||
``` | ||
python GPTLens_demo/gui_test.py | ||
python src/gui_test.py | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
# This file may be used to create an environment using: | ||
# $ conda create --name <env> --file <this file> | ||
# platform: win-64 | ||
openai==1.11.1 | ||
streamlit==1.31.0 | ||
tqdm==4.66.1 | ||
STqdm | ||
# pyautogui | ||
# python-xlib | ||
streamlit_js_eval | ||
pillow==10.3.0 | ||
PyMuPDF==1.24.2 | ||
PyMuPDFb==1.24.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters