This tool will analyze posts of a LinkedIn influencer and help them create the new posts based on the writing style in their old posts
- To get started we first need to get an API_KEY from here: https://console.groq.com/keys. Inside
.envupdate the value ofGROQ_API_KEYwith the API_KEY you created. - To get started, first install the dependencies using:
pip install -r requirements.txt - Run the streamlit app:
streamlit run main.py