Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dacmarcell/ideaplanai
- Owner: dacmarcell
- Created: 2024-10-22T15:25:39.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-15T03:01:05.000Z (3 months ago)
- Last Synced: 2024-12-03T16:55:43.843Z (2 months ago)
- Topics: docker, llama3, nemotron, nvidia, typescript
- Language: TypeScript
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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": ""
}
```