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.
- Host: GitHub
- URL: https://github.com/roboflow/lenny
- Owner: roboflow
- License: mit
- Created: 2023-08-24T02:09:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T16:52:27.000Z (over 2 years ago)
- Last Synced: 2025-06-30T00:14:55.875Z (6 months ago)
- Topics: roboflow
- Language: HTML
- Homepage: https://lenny.roboflow.com
- Size: 1.84 MB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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.