Predict the Airbnb housing price. Will consider housing price history, local covid cases and search engine emotions.
pip install -r requirements.txt
python manage.py runserver 0.0.0.0:8000
Then open the link localhost:8000. You'll get to the home page like this:
Enter a city name in the search bar.
Click "View Maps" button to get housing price trends, COVID trends and their predictions, along with sentiment analysis results.
There are also other tabs for you to explore!
From Home page, click "WorldMap" at the top left corner. Then you get a view like,
Click the city arrow on the map. This is the same as you search the city name in seach bar.