Our Airbnb app will return the optimal price for listings based on specific features such as location, property type, review rating score, host verification, bedrooms/bathrooms, amenities, accommodations, etc. It solves the problem by predicting how certain features affect the price of a listing.
- cd into the AirBnB-Optimal-Price directory
- pipenv install to install the virtual environment
- pipenv shell to activate the virtual environment
- python run.py to launch the application
- Copy the url provided and paste into your browser
- Enjoy
- Dash-Documentation Attached
- Dash-bootstrap-components-Documentation Attached
- Gunicorn-Documentation Attached
- Plotly-Documentation Attached
- Pandas-Documentation Attached
- Colorama-Documentation Attached
- Tensor-flow-cpu-Documentation Attached
- Python_version = 3.9 -Documentation Attached
Contribute to our app by:
- Forking this repository.
- Create a branch: git checkout -b <branch_name>.
- Make your changes and commit them: git commit -m '<commit_message>'
- Push to the original branch: git push origin <project_name>/
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.