echo "Downloading NLTK data" python -m nltk.downloader punkt python -m nltk.downloader wordnet # Install gunicorn pip install gunicorn # Start the Flask application using gunicorn gunicorn -b 0.0.0.0:$PORT app:app