This app allows you to generate a company profile using OpenAI's GPT-4 model. You can input the company name and the app will search and scrape relevant websites and generate a company profile for you. The profile is based off a template that includes basic information, leadership, company overview, market and industry analysis, financial information, and operational details.
# Create a virtual environment
python3 -m venv myenv
# Activate a virtual environment
source myenv/bin/activate
# Install the required packages
pip3 install -r requirements.txt
You can change the OpenAI model used by setting OPENAI_MODEL_NAME
to one of the following:
gpt-4o-mini
gpt-4o
streamlit run main.py