You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

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.h5
  • mobilenetv2.h5
  • resnet50.h5
  • vgg19.h5
  • sequential.h5

History Training

  • history_<model>.pkl

Natural Language Preprocessing (NLP)

  • .model_NLP_Bert_Pre-trained.pkl
  • model_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)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support