Code Monkey home page Code Monkey logo

photo_effect's Issues

Create route to stream webcam video

Create a separate route called /video_feed which streams webcam video, add this link to nav bar

  • In the app directory create an effects.py file
  • In effects.py :
    • create a class called effects_lib
      • in this class create a constructor
      • destructor for video capture and release
      • a function called get_frame() to read the frame and return it in the form of jpeg to bytes.
  • import this class into routes.py and set up a route called /video_feed which streams the webcam video

Modify video frame through python image processing library

In the effects.py file in app directory

  • Create a function called effect1 in the effects_lib class
  • In this function convert the video frame into grayscale and return it in the form of jpeg to bytes.
  • Create a route called /effect1 in routes.py
  • Add the link for this route (named effect1) in the nav bar

Design a logo for application

Design a logo for the photo effects web application
You can use Canva, Adobe photoshop , Adobe illustrator or any tool of your choice.

Add description and nav bar to index.html

Edit index.html to add nav bar

In the index.html file add a nav bar with link to the index page

Also add a paragraph describing the application below the heading. (You can write it in your own words after referring to README.md)

Create About Us page

Follow the following steps

  1. Go to app/templates
  2. Create a file named about_us.html in this location
  3. Add a para about the project contributors.
  4. Go to app/templates/base.html
  5. Go to the About Us Link in navbar and replace the url with the location of about_us.html.

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.