This is a social networking site developed for kids , keeping in mind that there is plenty of content on other social networking sites not meant for kids.
The platform provides the following improvements over other social networking sites:
- The media content on the site is free from any kind of nudity, this is achieved by disabling the users of the Kidzone to post any image that contains nude content.
- The textual content is processed and the users are inhibited from posting offensive content.
Other features of Kidzone:
- User can create an account on Kidzone
- User receives a welcome mail on creating an account.
- The signed in user can create post including text and images.
- The signed in user can post a comment on the posts visible in his feed.
- The signed in user can like the post visible in his feed.
Technologies used:
- Front-End: HTML,CSS,Bootstrap
- Back-End: Django,Sqlite3
- API's: 1. Sendgrid API for sending mails 2. Clarifai Api for classifying images
- Others: Imgur to store the images on cloud.
Scope:
- Rest API's can be developed to make the web application loosely coupled.
- The real time web chatting feature can be added to application.
- Video upload feature can also be added.
- The feature of adding friends can be added.
- Scalable database for handling real world data can be used.