All Projects → vidursatija → tf-hack2.0

vidursatija / tf-hack2.0

Licence: MIT License
⚡#PoweredByTF 2.0 Challenge! [ /w @inishchith ]

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to tf-hack2.0

Summer-Hacks
Make a cool summer-themed portfolio website.
Stars: ✭ 27 (+50%)
Mutual labels:  hackathon
Alchemy
CV DL
Stars: ✭ 59 (+227.78%)
Mutual labels:  cv
personal-website
My personal website
Stars: ✭ 117 (+550%)
Mutual labels:  cv
barrage
Barrage is an opinionated supervised deep learning tool built on top of TensorFlow 2.x designed to standardize and orchestrate the training and scoring of complicated models.
Stars: ✭ 16 (-11.11%)
Mutual labels:  cv
LastSecondSlides
Use the Google speech-to-text API to generate presentation slides as you talk!
Stars: ✭ 32 (+77.78%)
Mutual labels:  hackathon
block-change
Social impact bond implemented on Ethereum
Stars: ✭ 38 (+111.11%)
Mutual labels:  hackathon
d3-cv.js
Render your CV with some d3 goodies.
Stars: ✭ 12 (-33.33%)
Mutual labels:  cv
help-me
When there's none to go to. In times of danger or trouble, there is nowhere to seek help from. Help-me comes with an innovative solution to the above problem. It will automatically send notifications to your nearby people and it will be the moral duty of the people to help the person in danger.
Stars: ✭ 20 (+11.11%)
Mutual labels:  hackathon
mhacks-android
The official MHacks Android App
Stars: ✭ 21 (+16.67%)
Mutual labels:  hackathon
soulseek.js
P2P music listening/file sharing with friends in the webbrowser via WebRTC. [Hackathon project]
Stars: ✭ 71 (+294.44%)
Mutual labels:  hackathon
sensor-fusion
Filters: KF, EKF, UKF || Process Models: CV, CTRV || Measurement Models: Radar, Lidar
Stars: ✭ 96 (+433.33%)
Mutual labels:  cv
PFL-Non-IID
The origin of the Non-IID phenomenon is the personalization of users, who generate the Non-IID data. With Non-IID (Not Independent and Identically Distributed) issues existing in the federated learning setting, a myriad of approaches has been proposed to crack this hard nut. In contrast, the personalized federated learning may take the advantage…
Stars: ✭ 58 (+222.22%)
Mutual labels:  cv
cv
A LaTeX template for academic CVs
Stars: ✭ 129 (+616.67%)
Mutual labels:  cv
fireblogger
Ionic 2 social media microblogging platform built with firebase 3 as backend
Stars: ✭ 54 (+200%)
Mutual labels:  hackathon
hackathon-foodie
Foodie is a centralized food ordering app for restaurants near NIT Hamirpur.
Stars: ✭ 26 (+44.44%)
Mutual labels:  hackathon
portfolio
My personal portfolio and resume page.
Stars: ✭ 18 (+0%)
Mutual labels:  cv
cbh21-protein-solubility-challenge
Template with code & dataset for the "Structural basis for solubility in protein expression systems" challenge at the Copenhagen Bioinformatics Hackathon 2021.
Stars: ✭ 15 (-16.67%)
Mutual labels:  hackathon
tokensubscription.com
⏰💰🤠 Set-it-and-forget-it token subscriptions on the Ethereum mainnet. #Winner #WyoHackathon
Stars: ✭ 81 (+350%)
Mutual labels:  hackathon
vim-workshop
My thorough introduction to Vim
Stars: ✭ 30 (+66.67%)
Mutual labels:  hackathon
phoenix
Containerize your enterprise - tutorials and resources for learning Kubernetes hands on using azure!
Stars: ✭ 102 (+466.67%)
Mutual labels:  hackathon

TensorFlow 2.0 Hackathon

#PoweredByTF 2.0 Challenge! [ Devpost ]

live demo
demo-gif

MoboView

Story

A lot of countries have started segregating garbage into recyclable and non recyclable. But many times, a lot of people won't be familiar with the items that can be recycled or not. It is beneficial to remember such information but not everyone can do that. To help that, we present a web application which tells you if an object is recyclable or not. But what is special about this? You don't have to put in name of things and search for items. You just click a photo of the object and the app will tell you which garbage bin to throw it into.

Development

The front end is made is javascript. This then calls a flask app running in the backend which does preprocessing. The flask app then calls the served model. The architecture used is VGG16. Although it's very outdated but it gives a nice beginning to people who are new to Tensorflow-2.0.

PS: Do checkout our video and website. Star us on GitHub and let us know if you have questions/ideas to share!

How to run

Model

See the model/ dir for the README

App

Run the app using python3 app.py Make sure to set the correct ports and IP addresses for the tensorflow served model and flask app

Web

This can be run directly. In app.js make sure the api calls the flask app IP address

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].