Update sentiment_analysis.py
Browse files- sentiment_analysis.py +0 -3
sentiment_analysis.py
CHANGED
@@ -14,9 +14,6 @@ from dotenv import load_dotenv
|
|
14 |
# Load environment variables
|
15 |
load_dotenv()
|
16 |
|
17 |
-
# Initialize the ProductRecommender
|
18 |
-
product_recommender = ProductRecommender(r"C:\Users\shaik\Downloads\Sales Calls Transcriptions - Sheet2.csv")
|
19 |
-
|
20 |
# Hugging Face API setup
|
21 |
huggingface_api_key = config["huggingface_api_key"]
|
22 |
login(token=huggingface_api_key)
|
|
|
14 |
# Load environment variables
|
15 |
load_dotenv()
|
16 |
|
|
|
|
|
|
|
17 |
# Hugging Face API setup
|
18 |
huggingface_api_key = config["huggingface_api_key"]
|
19 |
login(token=huggingface_api_key)
|