Skip to content

akj1608/Bicaption

Repository files navigation

BiCaption

Video Description :

https://youtu.be/Gl-VWwKcE7U

Problem Statement

Due to Back to back Covid Waves, and lockdowns, most of the events shifted online and are getting cancelled, due to this actually a industry suffered a lot but no one actually talks about, Why🙄??

That’s the photography, who suffered a lot of issues out there. The major problem they have got inconsistency in their jobs and unemployability due to lockdowns. No one is giving attention to their problems, and neither government policies govern for their support as they are medium scale industry nor people talks as they don’t considered to be something talked about.

It has created a huge vac space in the industry and support for them is something yet to be even talked.. So, it will be too late if we don’t address this problem Now!! And our mission is to generalize this problem and create an effective Solution for that

Our Motivation

“Our purpose of the Solution is to connect the needs of the individuals or Companies to the Skills they want to hire”

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/rhythmanand6/photoshop.git
$ cd Photoshop

Create a virtual environment to install dependencies in and activate it:

$ virtualenv2 --no-site-packages env
$ source env/bin/activate

Then install the dependencies:

(env)$ pip install -r requirements.txt

Note the (env) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv2.

Once pip has finished downloading the dependencies:

(env)$ cd PhotoHub
(env)$ python manage.py runserver

And navigate to http://localhost:8000/.

Releases

No releases published

Packages

No packages published

Languages