A full-stack application that uses a machine learning model for text prediction and sentiment analysis.
- Navigate to the
mailify-back/
folder. - Install dependencies:
pip install -r requirements.txt
. - Run the backend server:
python run.py
.
- Navigate to the
mailify-front/
folder. - Install dependencies:
npm install
. - Run the frontend server:
npm run dev
.