A newer version of the Streamlit SDK is available:
1.43.2
metadata
title: Company Website Analysis Tool with Exa and Groq
emoji: ⚡
colorFrom: green
colorTo: indigo
sdk: streamlit
sdk_version: 1.38.0
app_file: app.py
pinned: false
Company Website Analysis Tool with Exa and Groq
Overview
The Company Website Analysis Tool is a Streamlit application that uses the Exa and Groq APIs to analyze company websites and provide concise research summaries. This tool is designed for demonstration purposes, showcasing how large language models can summarize web content into a professional overview of a company.
Features
- Content Analysis: Extracts and analyzes key content from the company's website.
- Research Summarization: Uses Groq's large language model (llama-3.1-8b-instant) to generate a concise summary of the company's profile and activities.
- Customizable Settings: Allows users to adjust
max_tokens
andtemperature
parameters for the text generation model.
Getting Started
Requirements
- Streamlit: Web application framework for Python.
- Exa API Key: Required to access the Exa API for company analysis.
- Groq API Key: Required to access the Groq API for generating summaries.