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

https://github.com/roboflow/lenny

Lenny uses 500+ blog posts, 100+ docs pages, and Roboflow developer documentation to answer questions about computer vision and Roboflow.
https://github.com/roboflow/lenny

roboflow

Last synced: 6 months ago
JSON representation

Lenny uses 500+ blog posts, 100+ docs pages, and Roboflow developer documentation to answer questions about computer vision and Roboflow.

Awesome Lists containing this project

README

          

![roboflow-lennychat](https://github.com/roboflow/lenny/assets/37276661/48cc4397-3ee6-4a1e-84f5-01af6524e6e7)

# Lenny Chat

Lenny is a chatbot that uses 500+ blog posts, 100+ docs pages, and Roboflow developer documentation to answer questions about computer vision and Roboflow.

This repository stores the front-end code for [Lenny Chat](https://lenny.roboflow.com). GPT-4 responses are powered by [Kapa.ai](https://kapa.ai).

## Setup 🛠️

First, clone the project GitHub repository and install the required dependencies:

```bash
git clone https://github.com/roboflow/lennychat
cd lennychat
npm i
```

Then, run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser to use the application.

## License 📄

This project is licensed under an [MIT license](LICENSE).

## Technology Used 💻

- Next.js
- Kapa.ai

## Contributing 🏆

Have feedback on how we can improve Roboflow Chat? Found a bug? Leave an issue in the project Issues.