Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
| 1 |
# AI Agent App Store
|
| 2 |
|
| 3 |
-
This is
|
| 4 |
|
| 5 |
## Features
|
| 6 |
-
-
|
| 7 |
-
-
|
| 8 |
-
-
|
| 9 |
|
| 10 |
-
##
|
| 11 |
-
1. Clone
|
| 12 |
-
2. Install dependencies: `pip install -r requirements.txt`.
|
| 13 |
-
3. Run the app: `streamlit run app/main.py`.
|
|
|
|
| 1 |
# AI Agent App Store
|
| 2 |
|
| 3 |
+
This is an AI-powered application store that allows users to download, upload, and manage AI models.
|
| 4 |
|
| 5 |
## Features
|
| 6 |
+
- Download AI models
|
| 7 |
+
- Upload and fetch AI applications
|
| 8 |
+
- Manage reviews and ratings
|
| 9 |
|
| 10 |
+
## How to Use
|
| 11 |
+
1. Clone the repository:
|
|
|
|
|
|