https://github.com/oliverbenns/replicate-floor-plan
Experiment with the Replicate API to send images of real estate floor plans and extract quantifiable data on them using AI
https://github.com/oliverbenns/replicate-floor-plan
ai replicate replicate-api
Last synced: 7 months ago
JSON representation
Experiment with the Replicate API to send images of real estate floor plans and extract quantifiable data on them using AI
- Host: GitHub
- URL: https://github.com/oliverbenns/replicate-floor-plan
- Owner: oliverbenns
- Created: 2024-08-25T14:25:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T17:23:02.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T12:50:31.781Z (about 1 year ago)
- Topics: ai, replicate, replicate-api
- Language: Go
- Homepage:
- Size: 914 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Replicate Floor Plan
Experiment with the [Replicate API](https://replicate.com) to send images of real estate floor plans and extract quantifiable data on them using AI.
This was just a prototype using LLaVA. It is not effective as the model needs training to work correctly.
## Running
- `cp cmd/app/.env.example cmd/app/.env`
- Fill in env variables
- `cd cmd/app && go run .`