Inspired by the movie Baymax, BayChuang is a website that allows you to express your negativity, while providing scale indications and Reddit posts of how people in similar situations might feel
- Frontend: next.js, tailwindcss, python
- Backend: python, groq, fastapi
- Development Tooling: numpy, pandas gorq
#clone repository:
git clone https://github.com/andrewc512/baychuang.git
cd Baychuang
#install backend install framework from backend/requirements.txt
uvicorn main:app --reload
#install frontend:
npm install
npm run dev