Show HN: 我们制作了一个用于搜索待售房屋照片的搜索引擎

9作者: travisleestreet大约 1 个月前原帖
我们是一个由3名工程师组成的小团队,希望能找到一个更好的在线寻找房产的方法。传统的门户网站(特别是在美国以外的地区)在进行除了基本搜索之外的任何操作时都显得有些糟糕。 因此,我们已经: - 创建了一个爬虫,它能够浏览房地产代理的网站,寻找待售的房屋 - 通过一系列的大型语言模型(LLMs)和其他模型解析这些信息,以深入了解每个房屋(例如,地板类型、位置、总平方英尺) - 将每张照片通过嵌入向量空间进行解析,以便人们可以搜索他们想要的任何东西。 来看看吧:[https://jitty.com](https://jitty.com) 目前仅限于英国的房屋销售(不包括租赁)。 一些例子: - “高达100万英镑的美丽教堂改建” [https://jitty.com/for-sale/price-up-to-1000000-gbp/detached-or-semi-detached-or-terraced-or-bungalow-property-type/look-for-beautiful_church_conversions](https://jitty.com/for-sale/price-up-to-1000000-gbp/detached-or-semi-detached-or-terraced-or-bungalow-property-type/look-for-beautiful_church_conversions) - “带梯子的落地书柜” [https://jitty.com/for-sale/look-for-floor_to_ceiling_libraries_with_a_ladder](https://jitty.com/for-sale/look-for-floor_to_ceiling_libraries_with_a_ladder) - “伦敦的房屋,不超过100万英镑,带有大而美丽的窗户” [https://jitty.com/for-sale/london/price-up-to-1000000-gbp/detached-or-semi-detached-or-terraced-or-flat-or-maisonette-or-bungalow-property-type/look-for-big_beautiful_windows](https://jitty.com/for-sale/london/price-up-to-1000000-gbp/detached-or-semi-detached-or-terraced-or-flat-or-maisonette-or-bungalow-property-type/look-for-big_beautiful_windows) - “带有壮观景观的浴缸” [https://jitty.com/for-sale/look-for-bathtubs_with_an_epic_view](https://jitty.com/for-sale/look-for-bathtubs_with_an_epic_view)
查看原文
We&#x27;re a small team of 3 engineers, and wanted to make a better way to look for for properties online. Traditional portals (esp. outside of US) are just a bit rubbish for doing anything other than basic searching.<p>So we&#x27;ve:<p>- Created a crawler that reads through estate agents websites to find homes for sale<p>- Parses that through a series of LLMs and other models to understand each home in depth (e.g. floor type, location, total sqft)<p>- Parses every photo through an embeddings vector space so that people can search for whatever they want.<p>Check it out: <a href="https:&#x2F;&#x2F;jitty.com" rel="nofollow">https:&#x2F;&#x2F;jitty.com</a><p>Currently only for home sales (not rentals), and only in the UK.<p>Some examples:<p>- &quot;Beautiful church conversions up to £1m&quot; <a href="https:&#x2F;&#x2F;jitty.com&#x2F;for-sale&#x2F;price-up-to-1000000-gbp&#x2F;detached-or-semi-detached-or-terraced-or-bungalow-property-type&#x2F;look-for-beautiful_church_conversions" rel="nofollow">https:&#x2F;&#x2F;jitty.com&#x2F;for-sale&#x2F;price-up-to-1000000-gbp&#x2F;detached-...</a><p>- &quot;Floor to ceiling libraries with a ladder&quot; <a href="https:&#x2F;&#x2F;jitty.com&#x2F;for-sale&#x2F;look-for-floor_to_ceiling_libraries_with_a_ladder" rel="nofollow">https:&#x2F;&#x2F;jitty.com&#x2F;for-sale&#x2F;look-for-floor_to_ceiling_librari...</a><p>- &quot;Home in london, under £1m, with big beautiful windows&quot; <a href="https:&#x2F;&#x2F;jitty.com&#x2F;for-sale&#x2F;london&#x2F;price-up-to-1000000-gbp&#x2F;detached-or-semi-detached-or-terraced-or-flat-or-maisonette-or-bungalow-property-type&#x2F;look-for-big_beautiful_windows" rel="nofollow">https:&#x2F;&#x2F;jitty.com&#x2F;for-sale&#x2F;london&#x2F;price-up-to-1000000-gbp&#x2F;de...</a><p>- &quot;Bathtubs with an epic view&quot; <a href="https:&#x2F;&#x2F;jitty.com&#x2F;for-sale&#x2F;look-for-bathtubs_with_an_epic_view" rel="nofollow">https:&#x2F;&#x2F;jitty.com&#x2F;for-sale&#x2F;look-for-bathtubs_with_an_epic_vi...</a>