Spaces:
Sleeping
Sleeping
azaher1215
commited on
Commit
Β·
81abcb2
1
Parent(s):
82b68ff
fix read me file
Browse files
README.md
CHANGED
@@ -1,58 +1,24 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
βββ pages/ # App pages (image classification, variation detection, etc.)
|
26 |
-
βββ utils/ # Utility functions (layout, etc.)
|
27 |
-
βββ sakenv/ # Python virtual environment
|
28 |
-
```
|
29 |
-
|
30 |
-
## Setup Instructions
|
31 |
-
1. **Clone the repository:**
|
32 |
-
```bash
|
33 |
-
git clone <repo-url>
|
34 |
-
cd PatternRec_Project_Group5
|
35 |
-
```
|
36 |
-
2. **Create and activate the virtual environment: (Already included as sakenv/):**
|
37 |
-
```bash
|
38 |
-
source sakenv/bin/activate
|
39 |
-
```
|
40 |
-
3. **Install dependencies:**
|
41 |
-
```bash
|
42 |
-
pip install -r requirements.txt
|
43 |
-
```
|
44 |
-
4. **Run the application:**
|
45 |
-
- If using Streamlit:
|
46 |
-
```bash
|
47 |
-
streamlit run Home.py
|
48 |
-
```
|
49 |
-
- Or follow the instructions in `Home.py`.
|
50 |
-
|
51 |
-
## Python Version
|
52 |
-
- Python 3.12.2
|
53 |
-
|
54 |
-
## Notes
|
55 |
-
- Model weights are stored in the `assets/` directory.
|
56 |
-
- NLP weights were quite large and are stored at [CSE 555 Project Group 5](https://drive.google.com/drive/folders/1m6cfy4NuxIKNDBtJqm150NNN0FSUS8Np)
|
57 |
-
- Ensure you have the necessary permissions to access large files in `assets/modelWeights/` and `assets/nlp/`.
|
58 |
-
- For best results, use the provided virtual environment and requirements file.
|
|
|
1 |
+
---
|
2 |
+
title: Pattern
|
3 |
+
emoji: π
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: red
|
6 |
+
sdk: docker
|
7 |
+
app_port: 8501
|
8 |
+
tags:
|
9 |
+
- streamlit
|
10 |
+
pinned: false
|
11 |
+
short_description: for pattern recg
|
12 |
+
---
|
13 |
+
|
14 |
+
# Welcome to Streamlit!
|
15 |
+
|
16 |
+
|
17 |
+
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
|
24 |
+
forums](https://discuss.streamlit.io).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|