We analysis WhatsApp group chats using Natural Language Processing First, download the dataset from here #Importing the required libraries import re import datetime import numpy…
Month: November 2021
1. Download and install MongoDB on your PC 2. Now in MongoDB folder, Create a “data” folder it that a “db” folder C:> mkdir data/db C:> cd data C:> mkdir db 3. Now…
First thing first, Activate your python environment Now, Install fastapi and uvicorn >> pip install fastapi uvicorn You should have an ML model file (.pkl, .model, .hd5 etc) Let…
Sentimental Analysis using deep learning Download the dataset from here. Code: ## Relevant imports import pandas as pd import numpy as np import os import matplotlib.pyplot as plt import re from collections…