| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Drop it in, watch AI work its magic.
Transform your emails, documents, and content into actionable intelligence with the power of Google Gemini AI. No more manual processing - just drop your content and let our AI handle the heavy lifting.
What happens when you drop?
Built for professionals who want to work smarter, not harder.
Clone & Setup
git clone https://github.com/yourusername/drop-ai.git
cd drop-aiBackend
cd backend
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
cp env-template.txt .env # Add your GEMINI_API_KEY
python app.pyFrontend
cd frontend
npm install
npm run dev| Back | FazBrowse Home | New Git URL |