neelnsoni13 commited on
Commit
4b61423
·
verified ·
1 Parent(s): 1a7b327

Upload .txt

Browse files
Files changed (1) hide show
  1. .txt +7 -0
.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ - HOW TO IMPLEMENT & TRAIN OWN MODEL
2
+
3
+
4
+ 1) WE HAVE DATA OF MALE FEMALE LABEL
5
+ 2) THEN WE TrainImprove.py where we train our data & from that we build
6
+ - gender_prediction_model_onLarge.h5 and tfidf_vectorizer_onLarge.joblib file
7
+ 3) ml-st1.py ( streamlit ) provide user interface & use that model and tfdif vector for gender verfication.