https://github.com/praful932/everythingev
Project made during Smart India Hackathon 2020 for the Problem Statement of VMware Inc.
https://github.com/praful932/everythingev
css django hacktoberfest hacktoberfest2020 html sih-2020
Last synced: about 2 months ago
JSON representation
Project made during Smart India Hackathon 2020 for the Problem Statement of VMware Inc.
- Host: GitHub
- URL: https://github.com/praful932/everythingev
- Owner: Praful932
- Created: 2020-01-05T17:14:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T05:21:20.000Z (about 2 years ago)
- Last Synced: 2025-03-24T11:56:55.523Z (2 months ago)
- Topics: css, django, hacktoberfest, hacktoberfest2020, html, sih-2020
- Language: HTML
- Homepage: https://everything-ev.up.railway.app/
- Size: 88.8 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
Awesome Lists containing this project
README
# EverythingEV
For Contributing Refer [here](https://github.com/Praful932/EverythingEV/blob/master/Contributing.md).
Smart India Hackathon 2020 Project
Problem Statement - Electric Vehicle Ecosystem
Problem Statement Owner - VMware Software India Pvt.Ltd.
## Development
Note : Make sure you have Python version 3.8+Environment Setup
`$ git clone https://github.com/Praful932/SIH-2020.git`
`$ cd SIH-2020/`
Install requirements from [poetry](https://python-poetry.org/docs/#installation) - `poetry install`
- OR If you prefer the vanilla route using virtual env `poetry export -f requirements.txt --output requirements.txt --without-hashes`Activate the environment - `poetry shell`
(Optional)To run alpr, Install alpr for your OS from [here](https://github.com/openalpr/openalpr) using the docs, preferrably use Ubuntu, then put this file - `alpr/main.py` where alpr is installed and make sure the videos, runtime and config paths in the script point to the path in your system. Then run the script to see the Live Feed
All Set!
`$ python manage.py runserver`
Before you do a git add/commit make sure to check the code base for coding style/programming errors
`pre-commit run --all-files`