Update README.md
#1
by
SharmilNK
- opened
README.md
CHANGED
|
@@ -62,7 +62,7 @@ This app uses only standard Python libraries (no external dependencies).However,
|
|
| 62 |
pip install -r requirements.txt
|
| 63 |
|
| 64 |
4. Run the Streamlit app:
|
| 65 |
-
streamlit run
|
| 66 |
|
| 67 |
**How to Run cli_demo.py**
|
| 68 |
This is a simple command-line version of the VIN decoder. Make sure your terminal is in the same directory as cli_demo.py.
|
|
@@ -70,13 +70,13 @@ This is a simple command-line version of the VIN decoder. Make sure your termina
|
|
| 70 |
python cli_demo.py
|
| 71 |
|
| 72 |
**Link to the Hugging Faces Space**
|
| 73 |
-
|
| 74 |
|
| 75 |
---
|
| 76 |
|
| 77 |
π§© Project Structure
|
| 78 |
.
|
| 79 |
-
βββ
|
| 80 |
βββ cli_demo.py # Command-line interface version of the VIN decoder
|
| 81 |
βββ nhtsa_api_call.py # Helper module for API requests
|
| 82 |
βββ car_image.png # Image file used in the Streamlit application
|
|
|
|
| 62 |
pip install -r requirements.txt
|
| 63 |
|
| 64 |
4. Run the Streamlit app:
|
| 65 |
+
streamlit run app.py
|
| 66 |
|
| 67 |
**How to Run cli_demo.py**
|
| 68 |
This is a simple command-line version of the VIN decoder. Make sure your terminal is in the same directory as cli_demo.py.
|
|
|
|
| 70 |
python cli_demo.py
|
| 71 |
|
| 72 |
**Link to the Hugging Faces Space**
|
| 73 |
+
https://huggingface.co/spaces/averyestopinal/AIPI503_Final
|
| 74 |
|
| 75 |
---
|
| 76 |
|
| 77 |
π§© Project Structure
|
| 78 |
.
|
| 79 |
+
βββ app.py # Entry point for the Streamlit application
|
| 80 |
βββ cli_demo.py # Command-line interface version of the VIN decoder
|
| 81 |
βββ nhtsa_api_call.py # Helper module for API requests
|
| 82 |
βββ car_image.png # Image file used in the Streamlit application
|