InsightExtractor: An AI-powered tool for automated data retrieval. Connect CSVs or Google Sheets, define queries, and extract structured insights via web search and LLMs. Features include customizable prompts, API integration, and an intuitive dashboard for data export
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
40
commits
docs: update API key reference from CHATGPT_API_KEY to OPENAI_API_KEY in README.md
56299d0View on GitHubdocs: add virtual environment setup instructions for Windows, macOS, and Linux in README.md
fc36a8bView on GitHubrefactor: replace sample CSV file with hardcoded DataFrame in main.py
4e75b7dView on GitHubdocs: update README.md to include video tutorial link and Streamlit secrets setup instructions
87a5f83View on GitHubdocs: add video tutorial link to README.md for user guidance
9c57c96View on GitHubfeat: enhance output formatting with colorama for better visibility in main.py
7b74dadView on GitHubfeat: switch to Streamlit secrets for Google API key configuration in engine.py
11e5386View on GitHubMerge branch 'main' of https://github.com/messi10tom/InsightExtractor
43861a1View on GitHubfeat: update Google Sheets integration; temporarily store credentials for API access and enhance .gitignore
49eec4bView on GitHubrefactor: remove colorama dependency and clean up console output in main.py
a43023cView on GitHubfeat: add gspread-dataframe support; implement Google Sheets update functionality and enhance CSV handling in main.py
bbedb77View on GitHubfeat: add colorama for console output styling; update requirements and improve error handling in main.py
dd1de11View on GitHub