An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Linkedin Post Genetor

Screenshot 2024-11-13 at 6 24 04 PM

Screenshot 2024-11-13 at 6 51 43 PM

## 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.