A Semantic File Search Desktop Application 🔎
- Search Images on PC using Natural Language Text
- Search Images on PC using Reference Image
- Search Images on PC using Metadata(file name, extension)
Access the File Sense Docs for detailed instructions
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
# Install Deps
yarn
# Activate Python Env
venv\Scripts\Activate.ps1 # Windows
source venv/bin/activate # Unix
# 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