Creating a Real-Estate Price Prediction Mobile App

In the previous chapter, we covered the theoretical fundamentals; this chapter, on the other hand, will cover the setup of all the tools and libraries.

First, we are going to set up our environment to build a Keras model to predict house prices with real estate data. Then we are going to serve this model using a RESTful API built using Flask. Next, we will set up our environment for Android and create an app that will consume this RESTful API to predict the house price based on features of real estate. Finally, we will repeat the same exercise for iOS. 

The focus of this chapter is on the setup, tools, libraries, and exercising the concepts learned in Chapter 1Artificial Intelligence Concepts ...

Get Mobile Artificial Intelligence Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.