Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
sdk: streamlit
|
| 4 |
emoji: ⚡
|
|
|
|
| 5 |
---
|
| 6 |
# Arizona State University - Official AI Hub on Hugging Face
|
| 7 |
|
|
@@ -21,26 +22,6 @@ This official ASU Hugging Face Space offers:
|
|
| 21 |
- **Model Upload**: Publish machine learning models in formats like `.pt`, `.h5`, and ZIP for community collaboration.
|
| 22 |
- **Community Contributions**: Explore and utilize datasets and models shared by ASU students, faculty, and researchers.
|
| 23 |
|
| 24 |
-
## Installation and Setup
|
| 25 |
-
|
| 26 |
-
This Hugging Face Space is built with the **Streamlit** SDK. For local testing and development:
|
| 27 |
-
|
| 28 |
-
1. Clone the repository:
|
| 29 |
-
```bash
|
| 30 |
-
git clone https://huggingface.co/spaces/ASU_Official
|
| 31 |
-
cd ASU_Official
|
| 32 |
-
```
|
| 33 |
-
|
| 34 |
-
2. Install the necessary dependencies:
|
| 35 |
-
```bash
|
| 36 |
-
pip install -r requirements.txt
|
| 37 |
-
```
|
| 38 |
-
|
| 39 |
-
3. Run the Streamlit app:
|
| 40 |
-
```bash
|
| 41 |
-
streamlit run app.py
|
| 42 |
-
```
|
| 43 |
-
|
| 44 |
## Usage
|
| 45 |
|
| 46 |
1. **Uploading Datasets**: Use the "Datasets" section to share your data in CSV, XLSX, or ZIP formats.
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
sdk: streamlit
|
| 4 |
emoji: ⚡
|
| 5 |
+
sdk_version: 1.40.0
|
| 6 |
---
|
| 7 |
# Arizona State University - Official AI Hub on Hugging Face
|
| 8 |
|
|
|
|
| 22 |
- **Model Upload**: Publish machine learning models in formats like `.pt`, `.h5`, and ZIP for community collaboration.
|
| 23 |
- **Community Contributions**: Explore and utilize datasets and models shared by ASU students, faculty, and researchers.
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
## Usage
|
| 26 |
|
| 27 |
1. **Uploading Datasets**: Use the "Datasets" section to share your data in CSV, XLSX, or ZIP formats.
|