Daddy AI is your personal AI-powered interview and feedback assistant.
It analyzes your resume and job description (JD) to generate:
- 📋 Detailed feedback
- 🎯 Personalized interview questions
- 💡 Insights to help you prepare better
Built with Next.js and powered by Hugging Face models.
Follow these steps to set up Daddy AI locally:
git clone https://github.com/ad1tyayadav/daddy-ai
cd daddy-ai
npm install
# or
yarn install
# or
pnpm install
# or
bun install
HF_TOKEN=your_huggingface_access_token_here
HF_TOKEN_FEEDBACK=your_optional_feedback_token_here
HF_TOKEN_QUESTIONS=your_optional_questions_token_here
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev