You are on page 1of 62

WEB ARTIST HUNT

A PROJECT REPORT
SUBMITTED IN PARTIAL FULFILLMENT FOR THE AWARD OF

BACHELOR OF TECHNOLOGY
IN
COMPUTER SCIENCE AND ENGINEERING
Submitted by

P NARAYANA SWAMI 05F11A0549


E CHANAKYA 05F11A0551
SK RAHIM RAJA 05F11A0511
R RAMESH BABU 03F11A0540

Under The Esteemed Guidance Of


Mr. S Anil Kumar, B.Tech
Assistant Professor

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


NARAYANA ENGINEERING COLLEGE
(Affiliated To JNTUniversity, Anantapur)
GUDUR-524101
2009
WEB ARTIST HUNT
Abstract
 The general procedure for selecting Artists is to advertise in
the channels or newspapers and call all the participants and
test their skills personally by conducting auditions. By doing
this way we need to spend more money and it’s also time
consuming event. 

 But the project gives the best alternative as it is very cheap


and approachable by all. It is quite interesting how the
backend procedure goes on and how the talented participants
are found. Here all participants should send their songs or
videos in online and the evaluation is also done online itself.
Introduction
 This is a community portal designed for artists like singers,
actors etc., and talent seekers like Directors, music directors
etc.,. This site enables a visitor to register themselves either
as a talent or as a talent seeker. The talent can create their
profile and upload the photographs, videos related to present
their talent.

 The talent seekers are allowed to search for the talents and
contact them. They are also allowed to create a ‘wanted’
request and accept application requests from the talents.. The
talents can search for the available wanted requests and apply
for them.
Existing System

 The manual process of applying or selecting talent people in a


talent hunt is very big process. First, The talent seekers should
have to give a advertisement in a news paper or any through
media. then the appliers should have to see and apply for the
test, after this the seekers have to send acknowledgement for
all appliers who are eligible for the test. After participating, the
results will declare and talented people are selected, the
process of selecting talent people is very time consuming
process. Thus, manually it is too difficult to conduct and
manage talent hunt, as well as to participate.
Limitations In Existing
System
 It is a time consuming process.
 Difficult to apply.
 cost is very high.
 Not a web based System.
 It is time taking process to choose an artists.
 Artists can’t interact directly with the artist seekers.
 The role of mediator is involved between the artist and
artist seekers.
Proposed System

 The Web Artist Hunt is a online process in which one can


provide ones talent in front of all viewers. It is designed to
over come the drawbacks of manual process. The
telemeters and as well as the talent seekers can register,
login to this site through their username and password. the
talenters can put their activities and interest which can be
selected by the seekers according to their requirements
very easily. Thus , the seekers can inform the selected
talenterss at that time only by providing contact numbers.
Another advantage of this Online Profile Manager is video
option . It is very easy to search the talent people for the
talent seekers
Advantages In Proposed
System
 Sophisticated search for the talents / talent seekers
 Complete profile of the talents can be managed.
 Easy to contact the require one.
 Easy to apply
 Cost is low
 It is purely web based system.
 The possibility of controlling invalid information.
 We can search more number of artists with in a short span
of time.
 The artist seekers can directly interact with the artists.
Software Requirements
 WINDOWS OS (XP / 2000 / 200 Server / 2003 Server)
 Visual Studio .Net 2005 Enterprise Edition
 Internet Information Server 5.0 (IIS)
 Visual Studio .Net Framework (Minimal for Deployment)

 SQL Server 2000 Enterprise Edition


Hardware Requirements

 PIV 2.8 GHz Processor and Above


 RAM 512MB and Above
 HDD 20 GB Hard Disk Space and Above
SRS Document

 The system after careful analysis has been identified to be


presented with the following modules:

 This project is divided into three modules 

1.Artist
2.Artist Seeker
3.Administrator
Artist
 This module allows any user registered as artist to manage
their Account and profile by editing the account and profile
 This module also list the contact request received from the
artist seekers
 This module allows the users to upload their videos, audios,
photographs in order to improve their chance
 This module allows the user to view the advertisements and
to apply the eligible advertisements
 This module also helps the artist to view the casting calls
Artist Seeker
 This module can be accessed by the artist seekers and
allow them to manage their Account by editing
 Artist Seeker can search the Artists and can able to view
the artist’s profile
 It allows the artist seeker to create a wanted request which
can be viewed by any user of the site and list the received
application for the request and contact them.
 It allows the artist seeker to view the pending ads and the
applicants who were applied the ads
 Artist Seeker can able to close the pending ads
Administrator
 This module can be accessed by the administrator of the
project
 Administrator can view all the details of artist throw the
artist search option and he can able to delete the account
of the artist
 Administrator can view all the details of artist seeker throw
the artist seeker search option and he can able to delete
the account of the artist seeker
System Design
E-R Diagram
DFD Diagram
Use Case Diagram For Artist

Log In

View & Edit Account

View & Edit Profile

Add Talent
Artist

View & Apply Advertisements

View Casting Calls

Sign Out
Use Case Diagram For Artist
Seeker

Log In

View & Edit Account

View & Create Advertisements

Artist Seeker

Search & View Artist

Sign Out
Use Case Diagram For
Administrator

Log In

Search Artist

View & Delete Artist

Administrator

Search Artist Seeker

View & Delete Artist Seeker

Sign Out
Class Diagram
Registration
username : char
password : char
usertype : char

getusername()
setusername()
getpwd()
setpwd()
getusertype()
setusertype()

Artist
Artistseeker
username : char
age : int username : char advertisements
Talent
sex : char address : char
talentid : int adverid
height : int phoneno : int
photoid : int pendingadd
chest : int emailid : char
audioid : int completedadd
waist : int newadd
videoid : int getname()
image : char
setname()
addtalent() createadds()
getusername() getaddress()
addphotos() viewpendingadds()
getage() setaddress()
addaudios() closeadds()
getsex() getphoneno()
addvideos() setphoneno()
setage()
viewgallary()
setsex()
getheight()
setheight()
Class Diagram For Artist
Artist
username : char
password : char

viewprofile()
updateprofile()
viewadds() Account
applyadds() username : char
viewaccount() password : char
updateaccount() usertype : char

Profile getusername()
setusername()
username : char
getpwd()
age : int
setpwd()
sex : char
getusertype()
height : int
setusertype()
chest : int
waist : int
image : char

getusername() advertisements
getage() adverid
getsex() Talent pendingadd
setage() completedadd
talentid : int
setsex() newadd
photoid : int
getheight()
audioid : int
setheight() createadds()
videoid : int
viewpendingadds()
addtalent() closeadds()
addphotos()
addaudios()
addvideos()
viewgallary()
Class Diagram for Artist
Seeker Artistseeker
Account
Talent username : char
username : char
talentid : int address : char
password : char
photoid : int phoneno : int
usertype : char
audioid : int emailid : char
videoid : int getusername()
getname()
setusername()
addtalent() setname()
getpwd()
addphotos() getaddress()
setpwd()
addaudios() setaddress()
getusertype()
addvideos() getphoneno()
setusertype()
viewgallary() setphoneno()

ArtistProfile
username : char
age : int advertisements
sex : char
adverid : int
search height : int
pendingadd : int
chest : int
artisttype completedadd : int
waist : int
sex newadd : int
image : char
agelimit profileid : int
getusername()
getprofile() createadds()
getage()
getartisttype() viewpendingadds()
getsex()
closeadds()
setage()
getartistprofile()
setsex()
getheight()
setheight()
Class Diagram for
Administrator
Administrator
username : char
password : char

searchartist()
searchartistseeker()
deleteartist()
deleteartistseeker()
view account()

Artistseeker
Artist username : char
username : char search address : char
password : char phoneno : int
artisttype
emailid : char
sex
viewprofile()
agelimit
updateprofile() getname()
viewadds() setname()
getprofile()
applyadds() getaddress()
getartisttype()
viewaccount() setaddress()
updateaccount() getphoneno()
setphoneno()
Sequence Diagram For
Advertisements
Artist Log In Advertisements Apply Ads

User Name & Password

View Advertisements

Apply For Advertisements

After Applying Advertisements


Sequence Diagram For Artist
Gallery
Artist Log In Talent Gallery

User Name & Password

View Talent

View Gallery

Play Audio's ,Video's

After Viewing Gallery


Collaboration Diagram

1: User Name & Password


Artist Log In

5: After 4: Play Audio's ,Video's


2: View Talent
Viewing
Gallery

3: View Gallery
Talent Gallery
Sequence Diagram For
Search
Artist Seeker Log In Search View Profile

User Name & Password

Search For Artist

View Artist profile

View Artist Related Gallery

After Viewing Artist Profile


Sequence Diagram To View
Requests
Artist Seeker Log In Pending Ads View Request View Profile

User Name & Password

View Completed Ads

View Artist's Request

View Profile

Accepr / Reject

After Viewing All


Collaboration Diagram

1: User Name & Password 2: View Completed Ads


Artist Log In Pending
Seeker Ads

6: After Viewing All


3: View Artist's Request 5: Accepr / Reject

4: View Profile
View View
Request Profile
Snapshots
Home Page
Registration
Profile
Artist Home Page
Artist Account Page
Artist Profile Page
Artist Talent Page
Artist To Add New Talent
Artist To Upload Gallery
Artist To View Gallery
Artist To View
Advertisements
Artist To Apply Ads
Artist Casting Calls
Artist Seeker Home Page
Artist Seeker Account
Artist Seeker Search
Artist Seeker Search Results
View Artist Profile
Pending Advertisements
Accept/ Reject Requests
Completed Ads
Selected Artist
Administrator Log In
Administrator Home Page
Search For Artist
Delete Artist
Search For Artist Seeker
Delete Artist seeker
Future Improvement

 As the technology emerges, it is possible to upgrade the


system and can be easily adaptable to desired
environment.

 Encryption and decryption model can be added

 Admin modules have to be added to approve the


transactions of the talents and talent seekers.
Scope
 The project helps the artist to get chance movies in easy
way as early as possible
 It helps the Artist Seeker to select the artists as many
members in easy way
 Artist seeker saves the money and time by selecting the
required artists through our site.
Conclusion
 The project titled “Artist Hunt” is developed by dot
net and sql server Database as per the
requirements. this system provides maintenance of
accurate data and flexibility. The objectives of the
system is to provide sophisticated search for both
talent and seekers.
 
 The system was tested successfully and has
performed to the expectations. The goal of the
system is achieved and problems are solved. Black
box testing was conducted and errors were
eliminated.

You might also like