File size: 273 Bytes
236eade
 
aee8573
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
pip install openai

import pandas as pd
from google.colab import drive
from textblob import TextBlob
import spacy
import tensorflow_hub as hub
from scipy.spatial import distance
from numpy.core.fromnumeric import argmax
import os
import openai
import re
import gradio as gr