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

https://github.com/ekaone/biosgenerator

AI-Powered to generate your Bios for any Social Media target ✍️
https://github.com/ekaone/biosgenerator

artificial-intelligence biography chatgpt nextjs openai vercel

Last synced: about 2 months ago
JSON representation

AI-Powered to generate your Bios for any Social Media target ✍️

Awesome Lists containing this project

README

        

# Bio Generator

This app will generated 2 biographies based on the input you provide. The input is a simple sentence that describes your professional experience. The output will be 2 different biographies that you can use for your social media profiles, resumes, or any other professional documents.

## Usage:

1️⃣ Write your personal description with simple sentences as an example below:

```Senior head developer frontend with over 20 years of experience at Google```

2️⃣ Select your target e.g Facebook, Twitter etc

Output Result:
```
With over 20 years of experience at Google, I am a senior developer
frontend who has developed cutting-edge technology for the world's most innovative company.
I am passionate about creating intuitive and user-friendly interfaces that enhance the digital experience.
```

and

```
As a senior developer frontend at Google for over two decades, I have been instrumental
in pushing the boundaries of web technology. My expertise in creating visually
stunning and intuitive interfaces has helped shape the digital landscape and enhance user experiences.
```

## Another things

```Senior talent acquisition at Microsoft with over 10 years of experience```

Output result:

```
Senior Talent Acquisition professional with 10+ years of experience at Microsoft.
Passionate about finding top talent and building high-performing teams.
```

and

```
Results-driven Senior Talent Acquisition leader at Microsoft with over 10 years of experience.
Skilled in full-cycle recruiting, employer branding, and diversity & inclusion initiatives.
```

## Installation

1. Clone the repository
```
git clone https://github.com/ekaone/biosgenerator
```
2. Install
```
yarn install
```
3. Set up the environment of OpenAI key on .env file
4. Run
```
yarn start
```
5. Open your browser and go to `http://localhost:3001`