Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 2.57 KB

README.md

File metadata and controls

67 lines (36 loc) · 2.57 KB

yituyun 忆图云

Before submitting a PR containing your team's project information:

  • Make sure you rename this file to contain your project's name
  • Respond to add your response in each section below

(0) Project Name and Team Slack Handles

(1) Brief Project Description

An open image search library, where everyone is a picture provider and contributor, is stored on the Filecoin Network.

(2) Link to Project UI

https://github.com/litai686/imgSearch.git http://f.etu1314.com

(3) What does your application/UI do?

An open image search library, where everyone is a picture provider and contributor, is stored on the Filecoin Network.

(4) If your project is using a curated dataset, which one are you using?

We didn't use the data.

(5) If your project is not using a curated dataset, please tell us a little bit more about your data by answering the questions below.

This project is an open photo gallery. If we find any copyright infringement, we will delete it in time. We are only responsible for providing technical support and platform management

(6) How much data are you planning to store to the Filecoin network during the Slingshot competition?

We hope to upload about 50TB of data. At present

(7) How are you structuring the data?

We will upload the user's original data directly, and the specific data format is determined by the user himself.

(8) What pre-processing are you doing before ingesting the data?

Users upload data directly through the web page, and then we call the API interface of filecoin to transfer the data to the filecoin network. Our own server will record the user's data CID, which is convenient for users to search and download data.

(9) What tech stack will you use to store the data?

Lotus\ipfs

(10) How will you retrieve the data?

The specific retrieval time is decided by our users themselves. When they need to download the data, they will search the data. The data is saved in filecoin so that it can be downloaded and used at any time

(11) Who is the intended user for your application/UI?

Picture demander, lover

(12) Do you have any users already or plans to acquire users soon?

Yes.After the software is perfected, we will promote it

(13) What challenges do you anticipate with this project?

We are worried about whether filecoin can run normally to store or download data. In addition, after the main network is officially launched, we are very concerned about the price of data per hour per TB.