forked from learn-co-curriculum/dsc-phase-2-project-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.sh
14 lines (13 loc) · 966 Bytes
/
project.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash
repo='https://github.com/StephenMulingwa/Group_Project'
collaborators='Stephen Mulingwa, Eugene Asengi, Lorna Gatimu, Laura Kelsy, Jesse Richard'
echo ''
echo 'Project Information'
echo '-------------------'
echo ''
echo 'Project Description:'
echo 'The project focuses on analyzing the film industry to guide a new movie studio in optimizing box office performance. It involves researching current trends and audience preferences through exploratory data analysis of recent box office data. Key objectives include identifying successful genres, understanding how genre influences revenue and ratings, and determining optimal budgets and release timings. By deriving actionable insights from these analyses, the project aims to help the studio make informed decisions on film production strategies to increase the likelihood of financial success in a competitive market.'
echo ''
echo 'Collaborators:' $collaborators
echo ''
echo 'Github Repo:' $repo