https://github.com/djdurga/linkedin_post_generator
Project that does a research on a topic and generates a Linkedin Post for it
https://github.com/djdurga/linkedin_post_generator
Last synced: 12 months ago
JSON representation
Project that does a research on a topic and generates a Linkedin Post for it
- Host: GitHub
- URL: https://github.com/djdurga/linkedin_post_generator
- Owner: Djdurga
- Created: 2024-11-11T16:13:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T15:18:08.000Z (over 1 year ago)
- Last Synced: 2025-03-27T18:31:42.410Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linkedin Post Genetor


## Setup
To get started, follow these steps:
1. **Obtain an API Key**
- Visit [Groq Console](https://console.groq.com/keys) to create an API key.
- Update the `.env` file by setting the value of `GROQ_API_KEY` with the API key you created:
```env
GROQ_API_KEY=your_api_key_here
```
2. **Install Dependencies**
- Run the following command to install the necessary dependencies:
```bash
pip install -r requirements.txt
```
3. **Run the Streamlit App**
- Start the Streamlit application by running:
```bash
streamlit run main.py
```
## Additional Information
- Make sure you have Python and Streamlit installed on your system.
- Check the `requirements.txt` file for the specific versions of each package needed.