Hitheshrai commited on
Commit
7e7d179
·
verified ·
1 Parent(s): 0caa7d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -8
README.md CHANGED
@@ -1,10 +1,55 @@
1
- ---
2
- title: README
3
- emoji: 📚
4
- colorFrom: green
5
- colorTo: indigo
6
- sdk: streamlit
7
- pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
1
+ # Arizona State University - Official AI Hub on Hugging Face
2
+
3
+ Welcome to the **Arizona State University Official AI Hub** on Hugging Face! 🎓 This space is dedicated to fostering collaboration within the ASU community, enabling students, faculty, and researchers to share datasets, machine learning models, and other AI-related resources for academic and research purposes.
4
+
5
+ ## Project Overview
6
+
7
+ This official ASU Hugging Face Space offers:
8
+ - **Collaborative Dataset Sharing**: Upload and access datasets for research, analysis, and project development.
9
+ - **Model Repository**: Publish machine learning models for educational use, research collaboration, and community innovation.
10
+ - **Resource Exploration**: Discover contributions from other ASU community members and expand your research horizons.
11
+
12
+ ## Features
13
+
14
+ - **About Arizona State University**: ASU is a leader in innovation and inclusivity. Learn more about our commitment to academic excellence and research at [ai.asu.edu](https://ai.asu.edu).
15
+ - **Dataset Upload**: Share datasets in CSV, XLSX, or ZIP format, creating accessible resources for fellow researchers.
16
+ - **Model Upload**: Publish machine learning models in formats like `.pt`, `.h5`, and ZIP for community collaboration.
17
+ - **Community Contributions**: Explore and utilize datasets and models shared by ASU students, faculty, and researchers.
18
+
19
+ ## Installation and Setup
20
+
21
+ This Hugging Face Space is built with the **Streamlit** SDK. For local testing and development:
22
+
23
+ 1. Clone the repository:
24
+ ```bash
25
+ git clone https://huggingface.co/spaces/ASU_Official
26
+ cd ASU_Official
27
+ ```
28
+
29
+ 2. Install the necessary dependencies:
30
+ ```bash
31
+ pip install -r requirements.txt
32
+ ```
33
+
34
+ 3. Run the Streamlit app:
35
+ ```bash
36
+ streamlit run app.py
37
+ ```
38
+
39
+ ## Usage
40
+
41
+ 1. **Uploading Datasets**: Use the "Datasets" section to share your data in CSV, XLSX, or ZIP formats.
42
+ 2. **Uploading Models**: Publish your machine learning models by uploading files in `.pt`, `.h5`, or ZIP format.
43
+ 3. **Exploring Community Resources**: Access shared datasets and models to enhance your own research and projects.
44
+
45
+ ## Contributing
46
+
47
+ ASU students, faculty, and researchers are encouraged to contribute by sharing datasets, models, and improvements. To contribute, please fork the repository, make your changes, and submit a pull request.
48
+
49
+ ## Contact Information
50
+
51
+ For official inquiries or support, please reach out to the ASU AI and Research Support Teams at [ai.asu.edu](https://ai.asu.edu). This project is managed by Arizona State University.
52
+
53
  ---
54
 
55
+ **Disclaimer**: This is the official ASU repository on Hugging Face. For detailed information about ASU's AI initiatives, visit [ai.asu.edu](https://ai.asu.edu).