atharvsawant96 commited on
Commit
b9b36bb
·
verified ·
1 Parent(s): 8099a08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -19
README.md CHANGED
@@ -1,19 +1,2 @@
1
- # Smart Contract Analyzer using SmartBERT-v3
2
-
3
- This Space provides a web interface for analyzing smart contracts using the [web3se/SmartBERT-v3](https://huggingface.co/web3se/SmartBERT-v3) model.
4
-
5
- ## Features
6
- - Easy-to-use interface for smart contract analysis
7
- - Provides classification results with confidence scores
8
- - Shows probability distribution across all potential classes
9
-
10
- ## How to Use
11
- 1. Paste your smart contract code into the text area
12
- 2. Click the "Analyze" button
13
- 3. View the analysis results including the predicted class and confidence scores
14
-
15
- ## Model Information
16
- The SmartBERT-v3 model is designed for smart contract analysis, developed by web3se.
17
-
18
- ## API Integration
19
- This demo can be integrated with your applications using Hugging Face Inference API. Check the "Use via API" tab for more details.
 
1
+ # Smart Contract Analyzer API
2
+ This API analyzes Solidity smart contracts using SmartBERT v3 to detect vulnerabilities.