Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.32 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.32 KB

File Sense Application 📂

A Semantic File Search Desktop Application 🔎

Image Demonstration 🖼️

  • Search By Reference Image SIBRI
  • Search by Text SIBT
  • Fast Metadata Search FMS

Features ✨

  • Search Images on PC using Natural Language Text
  • Search Images on PC using Reference Image
  • Search Images on PC using Metadata(file name, extension)

How to use

Access the File Sense Docs for detailed instructions

Developers 👩🏼‍💻👨🏼‍💻🧑🏼‍💻

This Application is built with following technologies: FastAPI, NextJS, TailwindCSS, SQLite, Pyinstaller and Tauri.

Dev Environment Language Versions

  • Node 20
  • Python 3.9
  • Rust 1.73

Setup 🛠️

# Install Deps
yarn

# Activate Python Env
venv\Scripts\Activate.ps1 # Windows
source venv/bin/activate  # Unix

Run 💻

# Run in dev mode
yarn dev

# Create distributable
yarn build

# Run server in dev mode
yarn dev:PY

# Run in local, default browser
yarn dev:Web