Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
MickMachar
/
Car_Diagnostic_Chatbot
like
0
License:
gpl
Model card
Files
Files and versions
Community
main
Car_Diagnostic_Chatbot
/
tempCodeRunnerFile.py
MickMachar
Upload 5 files
bb8c744
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
122 Bytes
import
pickle
from
.
import
main
with
open
(
"data.pickle"
,
"rb"
)
as
f:
words, labels, training, output = pickle.load(f)