Giter VIP home page Giter VIP logo

proiectip's Introduction

ProiectIP

Repository for the Software Engineering university project.

Usage

First of all, run the init script.

./init.sh

Running the server

From the colorzr folder:

python3 manage.py runserver

This will start a development server running on address http://127.0.0.1:8000.

Project structure

The main component is the colorzr app.

Sub components

accounts

The accounts app handles everything related to accounts, ranging from login, logout, registration, and user profiles.

It defines views and urls for these actions and provides a reusable template for thumbnail profile picture (Facebook style): accounts/thumbnail_profile.html.

images

The images app handles images: the news feed, users' albums,uploading images and coloring them.

Furthermore, it provides an image detail view, showing comments and ratings, which are themselves extracted from the social app component.

social

The social app includes comments and ratings, and an external library for friendships.

Comments and ratings are all tied to a particular image, and displayed in that image's detailed view.

References

Login Form / Page:

https://docs.djangoproject.com/en/1.8/_modules/django/contrib/auth/forms/

Register Form / Page:

https://simpleisbetterthancomplex.com/tutorial/2017/02/18/how-to-create-user-sign-up-view.html

Profile:

https://simpleisbetterthancomplex.com/tutorial/2016/07/22/how-to-extend-django-user-model.html#onetoone

Colorization neural network:

http://richzhang.github.io/colorization/

Members

  • Eric P. Stavarache
  • Lucian Bicsi
  • Andrei Baltatu
  • Daniel Posdarascu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.