Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 990 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 990 Bytes

SOP Generation Tool

Prerequisites

  • Python (3.8+)
  • Django

Setup

  1. Clone the repository:git clone https://github.com/nithin3q/sop.
  2. Create a virtual environment and activate it.
  3. Install project dependencies: pip install -r requirements.txt.
  4. Run database migrations: python manage.py migrate.
  5. Start the development server: python manage.py runserver.

About

The Customized SOP Generator is a powerful tool designed to simplify the process of creating personalized Statement of Purpose documents for students applying to study in Canada. With this user-friendly questionnaire, students can provide their essential details, educational background, work experience, future goals, and English proficiency scores. Once the information is submitted, the tool generates a customized SOP tailored to the individual's profiles.

Dependencies

  • Django==4.1
  • gunicorn==20.1.0
  • whitenoise==6.4.0

Contact