Spaces:
Sleeping
Sleeping
Commit History
Update app.py
ec5a95f
unverified
Update README.md
1cf53de
unverified
Update sync_huggingface_hub.yml
2d21468
Update .gitattributes
fc77ba2
Update app.py
7269cd5
Update sync_huggingface_hub.yml
5a630d0
Update sync_huggingface_hub.yml
06e849b
Update sync_huggingface_hub.yml
173c1e6
Update sync_huggingface_hub.yml
6c0d582
Create sync_huggingface_hub.yml
c76bd2e
Update README.md
53ec5b5
Add car_image.png and logo_image.png to Git LFS
746f2d0
Initial commit of streamlit to Hugging Face
09691be
Merge pull request #7 from eugeniatate-duke/add-reqs-and-gitignore
c8e3b24
Add README.md
35167d6
Add requirements.txt and .gitignore
256b3ac
Merge pull request #6 from averyestopinal/jaydip12357-patch-1
7b4f0df
Update README.md
0b31cd9
Merge pull request #5 from SharmilNK/feature/streamlit_app
08c32d7
Merge pull request #3 from eugeniatate-duke/feature/cli_file
f2e69cd
Add conditional handling for top 3 makes chart when fewer than 3 VINs are searched
ef83c68
Initial commit of Streamlit app for VIN decoder
5039c70
Merge pull request #1 from averyestopinal/feature/new-api-call
8fdc4ac
Avery Estopinal
commited on
add data analytics (top 3 vehicle makes)
9503901
Added a docstring to explain function and give API information
0b17c48
Add is_valid_vin helper function
5f2493b
Add docstring, comments nad remove redundant boolean flag
077af27
Add a conditional if/else for vin being empty or null
ed35f17
change file name as per assignment
c5a1597
Add cli file - initial commit
a3be6a1
Update get_vehicle_info() function by deleting print statements for year, make, and model. Also, remove input to test function
ebfe786
Update API call to only take vin as param. No longer requires model year, but still reutns year, make, model
02cc47a
added api call
4bbc2a1
Initial commit
29e1899
Avery Estopinal
commited on