Is there an existing issue for this?
Feature Description
The current format of requirement.txt file in 'Job Satisfaction Analysis' folder needs to be changed.
Currently its like this

In a requirement.txt file, each package should be listed on a new line without the import keyword.
Use Case
This will allow users to install all dependencies at once by running:
pip install -r requirement.txt
Priority
High
Record