Skip to content

画像にタグ付けして🐘PostgreSQLに検索してもらいます

License

Notifications You must be signed in to change notification settings

VisualBasist/image_searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_searcher

  • ブラウザ上で使うよ
  • 画像にタグ付けできるよ
  • 🐘PostgreSQLに検索してもらいます

Prerequisites 準備しておくもの

Setup Database データベースの準備

  1. データベース接続用のユーザーを作成します。パスワードはimageuser
    $ createuser -U postgres imageuser
  2. データベースを作ります
    $ createdb -U postgres imagedb
  3. データベースのテーブルや権限を設定します
    $ psql -U postgres imagedb < imagedb_dump.sql

Usage 使い方

  1. 画像を登録します(このツールは未完成)
    $ python3 importer.py 登録したいフォルダのパス
  2. Webサーバーを起動します
    $ python3 image_searcher.py
  3. index.htmlを開きます

About

画像にタグ付けして🐘PostgreSQLに検索してもらいます

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published