A simple Streamlit web app to explore Google Trends data for AI-related keywords.
- Search trends for AI keywords (ChatGPT, AI jobs, AI art, etc.)
- View data by region and time period
- Visualize trend graphs
I wanted to learn data analytics and explore how AI topics are trending globally.
# Install dependencies (if not already installed)
pip3 install streamlit pytrends pandas matplotlib seaborn
# Run the app
python -m streamlit run AItrend.py- π Custom keyword search
- π Regional trend analysis
- π Interactive graphs
- β±οΈ Historical data (1-10 years)
- Push your code to GitHub
- Go to share.streamlit.io
- Connect your GitHub repo
- The
requirements.txtfile will automatically install dependencies