SakitLearn β AI Interview Platform Model
Repositori ini menyimpan hasil pelatihan model AI dalam format .h5 dan .pkl, baik untuk model FER maupun model NLP. Model ini dapat digunakan langsung untuk inferensi atau integrasi ke sistem platform wawancara kerja AI.
π¦ Model yang Tersedia
Facial Expression Recognition (FER)
efficientnetb0.h5mobilenetv2.h5resnet50.h5vgg19.h5sequential.h5
History Training
history_<model>.pkl
Natural Language Preprocessing (NLP)
.model_NLP_Bert_Pre-trained.pklmodel_NLP_SVM.pkl
π§ Contoh Penggunaan
from keras.models import load_model
model = load_model("mobilenetv2.h5")
import pickle
with open("mobilenetv2_history.pkl", "rb") as f:
history = pickle.load(f)
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support