A BearHacks 2025 Hackathon Project
Broast is a Gen Z-style AI resume roaster that gives brutally honest yet helpful feedback on uploaded resumes. It uses sarcasm and sass to point out weak spots while cheering you on with encouraging advice. Built with Angular (frontend) and Flask (backend) over one chaotic weekend at BearHacks 2025.
Coming soon — stay tuned!
(Or clone and run it locally below 👇)
cd frontend
npm install
ng serve -oThis will automatically open the app in your browser at http://localhost:4200
cd backend
python -m venv venv # Create virtual environment
source venv/bin/activate # (Windows: venv\Scripts\activate)
pip install -r requirements.txt # Install dependencies
flask run # Start the Flask serverCreate a .env file in the backend/ folder with the following:
GPT_API_KEY=[your openai api key]
PERPLEXITY_API_KEY=[your perplexity api key]
- Roast GitHub & LinkedIn profile through link uploads
- Let users toggle between roast intensity (mild → 🌶️)
- Add shareable roast cards for LinkedIn
- Login to access Broast history