FilePilot AI is an AI-powered file organizing assistant built with Flask, OpenAI, and Tailwind CSS. It intelligently sorts files into folders based on their names using GPT, saving you time and keeping your system clean.
log.txt
)
# Clone the repo
git clone https://github.com/hinesavery/filepilot-ai.git
cd filepilot-ai
# Create and activate virtual environment
python3 -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Add your OpenAI API key to .env
echo "OPENAI_API_KEY=sk-..." > .env
# Run the app
./run.sh
Open in browser: http://localhost:5001
FilePilot AI suggests folders like:
Documents/
Screenshots/
Photos/
Code/
Videos/
Unsorted/
(fallback if GPT fails)Using OpenAI's latest API for natural language understanding of filenames. If the quota is exceeded, it falls back gracefully.
Created as a smart productivity tool to reduce digital clutter and show off some fullstack + AI integration skills. Made for portfolio use with love
GitHub: @hinesavery
MIT License