shahkalp09 / Internship

0 stars 0 forks source link

Task: 2 #6

Closed knitemblazor closed 1 year ago

knitemblazor commented 1 year ago

@shahkalp09 Build an inference pipeline that is

  1. once a text is passed the trained model needs to get loaded and a prediction too has to be made model.predict("man") = Chinese
  2. build the training pipeline such that we can plug in any model and switch between them
  3. create a branch named feature_dev/trainer for training flow
  4. create a branch named feature_dev/inference for inference flow
shahkalp09 commented 1 year ago

sir, I have uploaded the code with the name suggested, we can predict the language using "(predict_language(input_name))", the accuracy of the model is not good enough but is working end to end. I am working on improving accuracy. pLease check.

knitemblazor commented 1 year ago

completed hence closing @shahkalp09