Car Share Scheme is a website provide user with booking a pecific car on the specific period. In this step, User can view the history of booked car and avaiable car, they also can search the car book it and cancle the booking. Admin system provide the power to view car rental history, search users and cars and edit the information of them, they also can report the car issues to the engineer for asking for supporting. For Manager, there is a dashboard page for them to login and manage the business status. The Engineers should show their QR code to verify their identity and unlock the broken cars in GoogleMap by Bluetooth. This application will be continuously updated and developed in the future.
Yi Zhang s3602956
Shukun Lin s3587391
Shi Jiayin s3669495
Zhirui Liang S3554374
Username:admin Password: abc123
Username:manager Password: abc123
Username:engineer Password: abc123
For more please go to screenshots for check as images are too large !
Run command
python main.py
pip3 install passlib
pip3 install flask
pip3 install mysqlclient
pip3 install passlib
pip3 install google-api-python-client google-auth-httplib2
google-auth-oauthlib oauth2client httplib2
pip3 install pushbullet.py
sudo apt-get install libbluetooth-dev
sudo pip3 install pybluez
pip3 install qrcode pillow image zxing
pip3 install SpeechRecognition
sudo apt-get install portaudio19-dev python-all-dev python3-all-dev
pip3 install pyaudio
pip3 install google-api-python-client
sudo apt-get install flac
python -m unittest discover
brew install sphinx-doc
export PATH="/usr/local/opt/sphinx-doc/bin:$PATH"
UI website
- Home Page
- Register
- Login
- Booking -> Choose Specific Day -> Google Account Authentication -> Google Calerdar
Stand as a server listening on port 61180
- Check login request from AP
- Check virtual Car ID from AP
- Check booking status for this Car within correct Date
- Reply to AP with relevant information in dict format
Agent client
- Console based Login
- Unlock Car
- Return Car
- Facial recognition Login
web-based system
- Login Option
- View the list of car rental history
- Search and view users and car by properties
- Edit information of car and user
- Report cars with issues
- Search the car by GoogleSpeech
- View the number of users living in each area
- View the user location
- View the Frequent Booked Cars
- View Most Profitable Car
- View the location of the broken car in Google Map
- View the circle of the city
object-detection console-based system
- Verify identity by QR code
- Unlock the car by implementing an automatic identification system by Bluetooth
Run mp/server.py in terminal first Then open a new termial to manually run client.py