top of page
Search
sisodiaarpit
Aug 24, 20232 min read
Finetune LLM( from openai) using LangChain ( for beginners)
Large language models (LLMs) are emerging as a transformative technology, enabling developers to build applications that they previously...
103 views0 comments
sisodiaarpit
Aug 22, 20212 min read
Mlflow: ML model lifecycle management
MLflow is an open source platform to manage the ML lifecycle, including experimentation, reproducibility, deployment, and a central model...
220 views0 comments
sisodiaarpit
Aug 18, 20212 min read
ML- Ops: Drift Detection in Data & Iterative model training using python's Multi-flow package
we develop a ML model and deploy but who takes care of model monitoring and re-training. Unless we do it, ur project is no more than a...
384 views0 comments
sisodiaarpit
Jun 7, 20211 min read
How to save a data variable in Python using pickle library
# import pickle library import pickle # take user input to take the amount of data number_of_data = int(input('Enter the number of data :...
15 views0 comments
sisodiaarpit
Jun 7, 20211 min read
Auto Reload Python package after making changes in it.
IPython extension to reload modules before executing user code. autoreload reloads modules automatically before entering the execution of...
26 views0 comments
sisodiaarpit
Jun 5, 20212 min read
Deep Learning with H2O in Python
H2O.ai is focused on bringing AI to businesses through software. Its flagship product is H2O, the leading open source platform that makes...
74 views0 comments
sisodiaarpit
Jun 5, 20212 min read
Sentiment Analysis using NLTK and Sklearn in Python
Data can be downloaded from - http://www.cs.cornell.edu/people/pabo/movie-review-data/review_polarity.tar.gz Step 1 - loading required...
76 views0 comments
sisodiaarpit
Jun 5, 20212 min read
Automation of customer-care tickets resolution using NLP
When we call customer care, they keep on connecting with different department like technical department, billing department etc. What if...
9 views0 comments
sisodiaarpit
Jun 4, 20211 min read
Python: Audio to text conversion
This is simple program to convert audio into text. I have used speec_recognition library to do it. import speech_recognition as sr r =...
18 views0 comments
bottom of page