Streamlit is a Python library for building Web Apps. System’s configuration and compatibility plays a handy role in running the Web App locally on your computer. Google Colab comes to the rescue here…
Category: ML|AI|DS
NLP is used in sentences where the sentences are converted into numbers and then put run through the machine learning algorithms. basically, NLP takes the words in the sentence and categories them. The best…
1. First thing first collect the data(2 or more categories images) 2. You can collect images from anywhere like google images or Kaggle 3. Then Preprocess the data: Scale down the images to a specific…
1. Collect the data 2. preprocess the data accoudingly 3. Apply any classification Algorithm like SVM 4. Evaluate the model using Confusion Matrix 5. Predict for any new Image TIP: For data use own images…