Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Pwntus/baby-name-generator-ai

A baby name generator.
https://github.com/Pwntus/baby-name-generator-ai

Last synced: 3 months ago
JSON representation

A baby name generator.

Awesome Lists containing this project

README

        

# [BabyNameGeneratorAI.com](https://babynamegeneratorai.com)

## How it works

This app is powered by:

🚀 [Replicate](https://replicate.com/), a platform for running machine learning models in the cloud.

✂ [Llama 3](https://replicate.com/meta/meta-llama-3-70b-instruct), A 70 billion parameter language model from Meta, fine tuned for chat completions.

▲ [Vercel](https://vercel.com/), a platform for running web apps.

⚡️ Nuxt.js [server-side API handlers](server/api), for talking to the Replicate API.

📦 [NuxtUI](https://ui.nuxt.com/components/card), a UI Library for
Modern Web Apps.

## Run it yourself

You need a [Replicate API token](https://replicate.com/account). Copy the contents of [.example.env](.example.env) into a new file in the root of your directory called `.env` and insert the API key there, like this:

```bash
# Get your Replicate API token at https://www.replicate.com/account
NUXT_REPLICATE_API_TOKEN=""
```

Then, install the dependencies and run the local development server:

```bash
npm install
npm run dev
```

Open http://localhost:3000 in your web browser. Done!