Our inspiration is to help out those affect by the recent LA fires to find quality rental properties at an affordable price.
A user will input their desired renting needs which will query the rentcast api to get a large list of potential properites. Each of the properties will then be shown on an interactive map with the google maps api. A user can then select a property and get an AI evaluated score on whether the price is good given a variety of factors using groq and its llama3 model by meta.
Built using Flask and python, the rentcast, google maps, and groq apis, along with web tools like css, html, and javascript.
Ran into issues with dealing with so many api requests.
It was our first time using these api and using so many api at the same time, so we are very proud of how we were able to combine them all in such a way.
We learned the importance of planning, this project definetly could've gone smoother with more time spent planning it out.
I believe we can fine tune the AI even more, maybe take in even more parameters into our AI so we get an even better result of how good the deal is.
- flask
- google-maps
- groq api
- groq's llama3 AI model
- html5
- javascript api
- python
- rentcast api