GithubHelp home page GithubHelp logo

deaftranslator's Introduction

Deaf Translator (Machine Learning Part) Road map

๐Ÿ‘‰ [1] to deal with folder of training Images <use python os,shutil>
        ๐Ÿ”— https://www.geeksforgeeks.org/os-module-python-examples/
        ๐Ÿ”— https://docs.python.org/3/library/shutil.html

๐Ÿ‘‰ [2] to display images in run mode <use seaborn>
        ๐Ÿ”— https://seaborn.pydata.org/

๐Ÿ‘‰ [3] to prepare Images to training <use torchvision transform>
        ๐Ÿ”— https://pytorch.org/vision/stable/generated/torchvision.transforms.Compose.html

๐Ÿ‘‰ [4] to convert the image folder to dataset format <use torchvision dataset>
        ๐Ÿ”— https://pytorch.org/vision/stable/datasets.html

๐Ÿ‘‰ [5] to split dataset to training and testing <use torch random_split>
        ๐Ÿ”— https://pytorch.org/docs/stable/data.html#torch.utils.data.random_split

๐Ÿ‘‰ [6] to combine a dataset(train & test) and a sampler <use torch DataLoader>
        ๐Ÿ”— https://pytorch.org/docs/stable/data.html#torch.utils.data.DataLoader

๐Ÿ‘‰ [7] to show image in grid format <use torchvision make_grid>
        ๐Ÿ”— https://pytorch.org/vision/stable/generated/torchvision.utils.make_grid.html

๐Ÿ‘‰ [8] before creating model you should using GPU (CUDA) device to create a model
        ๐Ÿ”— https://pytorch.org/docs/stable/cuda.html

๐Ÿ‘‰ [9] to normalized the data to make model run better <use torchvision transforms>
        ๐Ÿ”— https://pytorch.org/vision/stable/generated/torchvision.transforms.Compose.html

๐Ÿ‘‰ [10] to create the model we will use the (resnet50) model 
        ๐Ÿ”— https://pytorch.org/vision/main/models/generated/torchvision.models.resnet50.html
        ๐Ÿ”— https://pytorch.org/docs/stable/generated/torch.nn.Linear.html
        ๐Ÿ”— https://pytorch.org/docs/stable/generated/torch.nn.CrossEntropyLoss.html
        ๐Ÿ”— https://pytorch.org/docs/stable/generated/torch.optim.SGD.html
        ๐Ÿ”— https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ReduceLROnPlateau.html
        ๐Ÿ”— https://pytorch.org/docs/stable/generated/torch.no_grad.html

๐Ÿ‘‰ [11] to save the model after training <use torch.save>
        ๐Ÿ”— https://pytorch.org/docs/stable/generated/torch.save.html

๐Ÿ‘‰ [12] to test the model using Images
        ๐Ÿ”— https://pytorch.org/vision/stable/generated/torchvision.datasets.ImageFolder.html
        ๐Ÿ”— normalize image go to step number [9]
        ๐Ÿ”— https://pytorch.org/docs/stable/generated/torch.unsqueeze.html
        ๐Ÿ”— https://pytorch.org/docs/stable/generated/torch.nn.Softmax.html

deaftranslator's People

Contributors

karim-aboelazm avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.