Skip to content

s4ndhyac/lahacks-safeLA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SaferLA

About

With rising crime rates and the ever-increasing housing prices in Los Angeles, it is getting more difficult to find a safe and affordable place to stay in LA. SaferLA helps people find out how safe a neighbourhood in LA is and also how much it would cost to live there.

Architecture

There are 3 componenets to the application:

Build Instructions

git clone https://github.com/s4ndhyac/lahacks-safeLA.git

cd flask

export FLASK_APP=main.py

FLASK_APP=main.py flask run

cd ../firebase-and-react

npm run start

Now navigate to http://localhost:3000 to see the app in action

NOTE: Also ensure that CORS is enabled on your browser. An easy hacky way is to install the chrome extension Allow-Control-Allow-Origin: *

Future Work

  • Adjust the hyperparameters of the neural network to improve the prediction accuracy
  • Deploy the flask application to an application server such as Google AppEngine
  • Deploy the react application to Firebase
  • Enable CORS in the application itself

About

Neural Network that predicts the safety/crime rate and the rent of an address in the city of Los Angeles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published