Skip to content

Instantly share code, notes, and snippets.

@rafaelquintanilha
rafaelquintanilha / gemini_demo.py
Created December 16, 2024 23:34
Use Google Gemini Flash 2.0 for Sentiment Analysis
import os
import re
import time
from typing import List, Literal
import dotenv
from bs4 import BeautifulSoup
from google import genai
from google.genai import types
from playwright.sync_api import sync_playwright