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
Let's say Mohan is a LinkedIn influencer and he needs help in writing his future posts. He can feed his past LinkedIn posts to this tool and it will extract key topics. Then he can select the topic, length, language etc. and use Generate button to create a new post that will match his writing style.
- Stage 1: Collect LinkedIn posts and extract Topic, Language, Length etc. from it.
- Stage 2: Now use topic, language and length to generate a new post. Some of the past posts related to that specific topic, language and length will be used for few shot learning to guide the LLM about the writing style etc.
- To get started we first need to get an API_KEY from here: https://console.groq.com/keys. Inside
.env
update the value ofGROQ_API_KEY
with 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
Copyright (C) Codebasics Inc. All rights reserved.
Additional Terms: This software is licensed under the MIT License. However, commercial use of this software is strictly prohibited without prior written permission from the author. Attribution must be given in all copies or substantial portions of the software.