File size: 1,184 Bytes
795a4e1
 
 
 
 
 
 
 
 
 
73c998c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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` and `temperature` 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.