This project was generated with Angular CLI version 12.2.0.
Created as part of the MIT FutureMakers Applied Deep Learning program, developed through a collaboration between SureStart and the MIT RAISE (Responsible AI for Social Empowerment and Education) Initiative. Team name: InnovAIte!
A demo video of the app can be found here: https://youtu.be/D75U10tBk1E
- Clone the project onto your hard drive
- Execute
npm install
in your project folder to install all Node modules - Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files. - Allow access to your camera and microphone
- Choose an object to search for
- Press and hold the microphone button and say, “Find my _____”
- Pan around with your camera until the object is in view
- Object should be found!
Our app can identify the following 90 objects:
- Person
- Bicycle
- Car
- Motorcycle
- Airplane
- Bus
- Train
- Truck
- Boat
- Traffic Light
- Fire Hydrant
- Stop Sign
- Parking Meter
- Bench
- Bird
- Cat
- Dog
- Horse
- Sheep
- Cow
- Elephant
- Bear
- Zebra
- Giraffe
- Backpack
- Umbrella
- Handbag
- Tie
- Suitcase
- Frisbee
- Skis
- Snowboard
- Sports Ball
- Kite
- Baseball Bat
- Baseball Glove
- Skateboard
- Surfboard
- Tennis Racket
- Bottle
- Wine Glass
- Cup
- Fork
- Knife
- Spoon
- Bowl
- Banana
- Apple
- Sandwich
- Orange
- Broccoli
- Carrot
- Hot Dog
- Pizza
- Donut
- Cake
- Chair
- Couch
- Potted Plant
- Bed
- Dining Table
- Toilet
- TV
- Laptop
- Mouse
- Remote
- Keyboard
- Cell Phone
- Microwave
- Oven
- Toaster
- Sink
- Refrigerator
- Book
- Clock
- Vase
- Scissors
- Teddy Bear
- Hair Drier
- Toothbrush
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm run build:prod
to build the project. The build artifacts will be stored in the dist/
directory.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.