美文网首页
基于tensorflow和flask的本地图片库web图片搜索引

基于tensorflow和flask的本地图片库web图片搜索引

作者: LEMFOooO | 来源:发表于2019-08-13 13:48 被阅读0次

    1 Project Overview

    1.1 Project Description

    Based on tensorflow and Flask, a web-based image search engine is realized, which can realize simple image search function based on server images database.

    1.2 Project function requirements

    It contains an input box to upload an image (Formulation)

    Users can preview the query image in the searching window (Formulation)

    It has a search button (Initiation)

    Provide an overview of the results (e.g. the total number of results) (Review)

    Allow changing search parameters (e.g. select certain category/tag) when reviewing results (Refinement)

    Users can take some actions, e.g. add selected images to a favorite list (Use)

    2 Design and implementation

    2.1 Design

    2.1.1 Code design

    The program code is divided into two parts: front end and back end. The front and back end realize data transmission through Flask. The back end is python program, and the front end is web application.

    点击此处下载文档和源码

    相关文章

      网友评论

          本文标题:基于tensorflow和flask的本地图片库web图片搜索引

          本文链接:https://www.haomeiwen.com/subject/poitjctx.html