Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JAYASREESS
/
final_year
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
final_year
/
analysis
/
duplication_check.py
jayasrees
first commit
9d21edd
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
def
check_duplication
(
similarity, threshold=
0.90
):
return
similarity >= threshold