Giter VIP home page Giter VIP logo

bme590final's People

Contributors

briandzt avatar mgood13 avatar zl190 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

zl190

bme590final's Issues

Zip files

So I've realized that we need to have some functionality for zip files. I think that this is most easily done in python. I've also learned that the uploader I have can convert a zip file into base64. So I have a potential proposal for how it could look.

  1. User uploads an image or zip file
  2. javascript parses the base64 string (and marks it as either PNG, JPEG, or Zip) and passes it up to the server if it is a zip.
  3. Server unzips the archived file and sends the base64 strings back along with the number of images detected
  4. GUI displays the given inputs like it does now with a single input

change on action parameters

Hey, Michael, "The format of action will be a list. The first entry is the method, the second entry is RGB or grayscale, the third entry is an additional input parameter" this part require some change on GUI. right now, I have two ideas. first, add a GUI element: [ RGB | gray ] mode besides the file selection element. then submit this mode with the imageset to the server. in the way, when the user clicks an action button, the post json don't need to change. the second way to do this is combined the action button with a color mode and post the action in jason as a list. Which way do you prefer? I'm a kind of liking the first way because when the user chooses an imageset, it can be displayed in an appropriate mode in the window. What do you think?

User Statistics

Trying to figure out how to make the user statistics page. Here's what I will need from the server side:
A function that I can call when the user opens up this tab that will return a list of the number of times each function has been called: ["3","2","9","1"]. Basically this information would come from wherever we're storing the user information on the server.

Documentation

Hey guys, we need to set the format we want to use for documentation. I personally prefer numpy but is okay with any other types. Any call?

Conditional Formatting

Hey Suyash,

I'm trying to do some conditional formatting on React but I'm running into an issue. I want to keep most of the screen the same (an AppBar and a Drawer) but I want the main body to change in response to clicking on the drawers. The only way I can think to do it is using a ternary operator which calls a function outside of the main

block and returns a code block to be run inside of the main block. But I've learned that you can't actually return a code block from a function. Is there a better way to do this?

Thank you for your help

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.