Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cramouchegit/linkedin-bio
Bikin bio LinkedIn profesional dalam hitungan detik.
https://github.com/cramouchegit/linkedin-bio
generator groq-ai nextjs
Last synced: 3 days ago
JSON representation
Bikin bio LinkedIn profesional dalam hitungan detik.
- Host: GitHub
- URL: https://github.com/cramouchegit/linkedin-bio
- Owner: Cramouchegit
- Created: 2024-08-23T12:25:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T12:43:37.000Z (3 months ago)
- Last Synced: 2024-08-23T13:54:02.361Z (3 months ago)
- Topics: generator, groq-ai, nextjs
- Language: TypeScript
- Homepage: https://linkedin-bio-dev.vercel.app/
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [linkedin-bio](https://bikin-linkedin-bio.vercel.app)
Transform your LinkedIn presence in seconds with our AI-powered professional bio generator.
[![Linkedin Bio Generator](./public/thumbnaill.png)](https://bikin-linkedin-bio.vercel.app)
## How it Works
This application uses the Groq AI API to generate a customized LinkedIn bio. The process is simple:
1. The user provides input through a form.
2. The application constructs a prompt using the provided details.
3. The prompt is sent to the Groq AI API.
4. The API streams the response back to the application, resulting in a tailored LinkedIn bio.## Getting Started
### Prerequisites
- Node.js installed on your machine.
- A Groq AI API key.### Installation
1. Clone this repository:
```bash
git clone https://github.com/Cramouchegit/linkedin-bio.git
```
2. Navigate into the project directory:
```bash
cd linkedin-bio
```
3. Install the dependencies:
```bash
npm install
```### Running the Application
1. Create a `.env` file in the root directory and add your Groq AI API key:
```plaintext
GROQ_API_KEY=your_groq_ai_api_key_here
```
2. Start the development server:
```bash
npm run dev
```
3. Open your browser and go to `http://localhost:3000` to see the application in action.## Resources
- [Groq AI API Documentation](https://groq.com/)