Skip to content

Commit

Permalink
add pic
Browse files Browse the repository at this point in the history
  • Loading branch information
JiwenJ committed Apr 13, 2024
1 parent 1762fc7 commit 5ed316d
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 16 deletions.
80 changes: 64 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,18 @@

### Motivation

The waste of used books, break the information barrier among students.

Initial exploration of LLMs in online shopping platform as well as full-stack development.
There is a lack of an intermediary platform with certain guarantees to enhance the efficiency of second-hand book transactions among students and the reliability of the items. Taking Nanjing University campus as an example, this platform aims to create an AI-powered transaction information platform. An AI assistant can provide personalized recommendation services such as book comparisons for customers, the transaction process is further constrained to improve efficiency, standardize the transaction process, and provide a comfortable experience for both parties

---
### Deployment

### prerequisite
##### Prerequisite

- nginx nginx -s reload
-

### Deploy backend
##### Deploy backend

Deploy frontend
##### Deploy frontend
```bash
npm run serve
```
Expand All @@ -33,27 +30,78 @@ npm run serve

---
### Architecture
#### Backend with Spring Boot
#### Frontend with Vue3
- Backend with Springboot
- Frontend with Vue3

---
### Demonstration of the work
You can try the [Live demo](http://124.71.159.90/home), powered by Huawei Cloud. (valid until 2023-08-15)

<details closed>
<summary>Homepage</summary>
<div align="center">
<img width="50%" src="./Utils/home_1.png">
<img width="50%" src="./Utils/home_2.png">
<img width="50%" src="./Utils/home_3.png">
<img width="50%" src="./Utils/home_4.png">
<img width="50%" src="./Utils/home_5.png">
</div>
</details>


<details closed>
<summary>Login</summary>
<div align="center">
<img width="50%" src="./Utils/login.png">
</div>
</details>


<details closed>
<summary>AI assistant</summary>
<div align="center">
<img width="50%" src="./Utils/home_1.png">
<img width="50%" src="./Utils/home_2.png">
<img width="50%" src="./Utils/home_3.png">
</div>
</details>

<details closed>
<summary>Personal information & Edit</summary>
<div align="center">
<img width="50%" src="./Utils/personal.png">
<img width="50%" src="./Utils/personal_2.png">
</div>
</details>


<details closed>
<summary>Merchandise upload & Track</summary>
<div align="center">
<img width="50%" src="./Utils/upload.png">
<img width="50%" src="./Utils/detail.png">
<img width="50%" src="./Utils/track.png">
</div>
</details>

##### AI assistant
##### preliminary
> OpenAI API KEY

<details closed>
<summary>Merchandise reserve</summary>
<div align="center">
<img width="50%" src="./Utils/buy.png">

AI assistant is prompted with the following targeted scenarios:
- TBD
#### Personal edition
#### Goods
</div>
</details>


<details closed>
<summary>Email notification</summary>
<div align="center">
<img width="50%" src="./Utils/email_1.png">
<img width="50%" src="./Utils/email_2.png">
</div>
</details>


---
Update time 2023-07-14
Binary file added Utils/detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Utils/email_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Utils/email_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Utils/home_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Utils/home_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Utils/home_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Utils/home_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Utils/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Utils/personal_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Utils/track.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Utils/upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ed316d

Please sign in to comment.