Shlok Lakhey (@Shloklakhey12)
  • Stars
    star
    2
  • Global Rank 2,189,146 (Top 77 %)
  • Registered over 5 years ago
  • Most used languages
    C
    50.0 %
  • Location πŸ‡³πŸ‡΅ Nepal
  • Country Ranking
    C
    158

Top repositories

1

Rapid-Roll-Game-Using-C-Graphics

Rapid Roll : Roll the ball is a kind of fall down game with a lot of fun and challenges. Your mission is to move the ball between the platforms without crashing into neither the top, the bottom nor the spikes. This game is developed in C language. As you go, you must continue to run in each platform inorder to score a point. Staying too long on a platform also causes you to lose the game because lingering causes the platform to push you up into spikes that lie in the top.
C
1
star
2

Image-Captioning-Using-Deep-Learning

In this project, an image caption generator has been developed using a CNN-LSTM model. Some key aspects about this project to note are that the model depends on the data, so it cannot predict the words that are out of its vocabulary. A dataset consisting of 8000 images is used here. But for production-level models i.e. higher accuracy models, the model needs to be trained on larger than 100,000 images datasets so that better accuracy models can be developed. The models were trained with only 6480 datasets from a total of 8091 datasets, which does not have a wide variety of images, so the model does not generate the accurate descriptions of the given image. Due to an imbalanced dataset there is overfitting in this model which gives a more accurate result to the trained datasets but for the unseen data the descriptions are less accurate. All in all, a system was made that generates the caption for the input images. The input images fed into the system could be in .jpg and .png format. The system was made that takes the images in supported format and then provides captions of given images. Hereby, we agree this project ignites our interest in application of Deep Learning knowledge in Computer Vision and expects to explore more in the future.
Jupyter Notebook
1
star