sibeltan / lucky-parking

Helps people look for nearby street parking with the least probability of getting citations

Home Page:https://www.hackforla.org/projects/lucky-parking.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lucky-parking Project

  • Is a project of Hack for LA.

  • Helps people look for nearby street parking with the least probability of getting citations.

Project Context

Technical Prerequisite

  • Have Jupyter Notebook or Google Colab installed on your computer.

  • Have GitHub account and joined hackforla on GitHub.

  • Go over GitHub "Branch" workflow created by team member.

  • Go over GitHub "Fork" Workflow created by team member.

Setup

We will need Python 3.x and pip, the Python Package Installer to run the code in this project.

Install Python Windows

See directions for installing Python on Windows. https://docs.python.org/3.7/using/windows.html

Install Mac

Use Homebrew to install Python on Mac.

Install Dependencies

Once you have Python 3 installed, create a new virtual environment to hold your dependencies and activate it:

python3 -m venv ~/.virtualenvs/lucky-parking
source ~/.virtualenvs/lucky-parking/bin/activate

Once the virtual environment is active, navigate to the project folder and install the project dependencies:

pip install -r requirements.txt

Data Fetch

About

Helps people look for nearby street parking with the least probability of getting citations

https://www.hackforla.org/projects/lucky-parking.html


Languages

Language:Jupyter Notebook 99.8%Language:JavaScript 0.1%Language:CSS 0.1%Language:Python 0.0%Language:HTML 0.0%