FileMind is a file manager that ships top search possibilities. Metadata analysis, exhaustive filtering and searching, AI-generated file summaries... Welcome to the next generation of file managers.
- Create virtual environment.
python3 -m venv .venv
- Activate environment.
source .venv/bin/activate
- Install all necessary dependencies.
pip install -e .
- Configure the OpenAI API key.
export OPENAI_API_KEY="<your_api_key>"
- Install npm from inside the frontend folder.
npm install
- Run the backend from inside the backend folder.
uvicorn app.main:app --reload --port 8000
- Build and run the frontend from inside the frontend folder.
npm run build
npm run dev
This application is deployed with Vercel through this link.