This project is a web application built with Flask, designed to be chat app which has OPENAI API integrated with frontend of HTML, CSS, JS and TailwindCSS.
pip install Flask firebase-admin pymongo
npm install tailwindcss
Add this code in the package.json file tailwind": "npx tailwindcss -i ./static/input.css -o ./static/css/main.css --watch"
In one terminal, run the command npm run tailwindcss
Run the command python main.py