Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dacmarcell/ideaplanai

IdeaPlanAI - API - Transform ideas into real projects with AI
https://github.com/dacmarcell/ideaplanai

docker llama3 nemotron nvidia typescript

Last synced: about 2 months ago
JSON representation

IdeaPlanAI - API - Transform ideas into real projects with AI

Awesome Lists containing this project

README

        

### IdeaPlanAI - API - Transform ideas into real projects

A project analyzer which uses AI to calculate functional requirements, non functional requirements, project time estimate, recommended technologies and some possible challenges from purposed project

### Environment Variables:

`NVIDIA_NIM_API_KEY` - NVIDIA API Key.

### Project Setup

- Node.js v22 or v23 (v23 recommended for development)
- npm (or yarn, pnpm, bun...)

```sh
npm install
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Run Server

- Development (Node.js v23)

```sh
npm run start:dev
```

- Production (Node v22 or v23)

```sh
npm run start:prod
```

### Rotas - POST `/`

**Content-Type:** `application/json`

```json
{
"text": ""
}
```