Skip to content

Commit b6f5322

Browse files
committed
Improve README wording and formatting
1 parent a3af96c commit b6f5322

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# PictoPy
22

3-
PictoPy is an advanced desktop gallery application that combines the power of Tauri, React, and Rust for the frontend with a Python backend for sophisticated image analysis and management.
3+
PictoPy is an advanced desktop gallery application that combines the power of Tauri, React, and Rust on the frontend with a Python backend for sophisticated image analysis and management.
44

5-
# Want to Contribute? 😄
5+
6+
## Want to Contribute? 😄
67

78
&nbsp;&nbsp;&nbsp;<a href="https://discord.gg/hjUhu33uAn"><img src="https://github.com/user-attachments/assets/3ed93273-5055-4532-a524-87a337a4fbba" height="40"></a>
89

9-
1. First, join the **[Discord Server](https://discord.gg/hjUhu33uAn) (Go to Projects->PictoPy)** to chat with everyone.
10+
1. First, join the **[Discord Server](https://discord.gg/hjUhu33uAn)** (Go to ProjectsPictoPy) to chat with the community.
1011
2. For detailed setup instructions, coding guidelines, and the contribution process, please check out our [CONTRIBUTING.md](./CONTRIBUTING.md) file.
1112

1213
# Architecture
@@ -17,7 +18,7 @@ PictoPy is an advanced desktop gallery application that combines the power of Ta
1718
- **React**: Used for creating the user interface
1819
- **Rust**: Powers the backend, which the frontend communicates with through Tauri's API
1920

20-
### Backend (Python)
21+
### Backend (Python - FastAPI)
2122

2223
- **FastAPI**: Serves as the API framework
2324
- **SQLite**: Database for storing metadata and embeddings

0 commit comments

Comments
 (0)