Keep your private information safe from data-hungry big-tech companies. AnonIt will blur or redact sensitive data from your prompt.
- Blur faces and personal data from images
- Anonymize text files and your prompt
- Local anonymization
- Fetch a response from Gemini
This project was originally made for SkillSet hackathon in Astana, Kazakhstan in just 24 hours. I was the only participant in my team. Here is presentation I made for the project.
Note: You have to run anonit-api before-hand.
Create a .env file in the root directory of the project and configure it looking at the example file.
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.