Nasir Uddin Ahmed (@Turjo7)

Top repositories

1

Demo_1

Responssove Design Session
HTML
1
star
2

KSN

Knowledge Sharing Platform Project
PHP
1
star
3

Automatic-Attendance-System_Using-Python

Automatic Attendance System Using Opencv. Use python train.py to run the project. If packages are not found then install those.
1
star
4

Bangla-Music-Mood

Bangla Music Mood Detect Pattern Lab Project
Jupyter Notebook
1
star
5

Titanic-Machine-Learning-from-Disaster-Kaggle-Online

The solve of Titanic: Machine Learning from Disaster from Kaggle. "my_submission.csv" is the main output file. "https://www.kaggle.com/c/titanic/overview" view this link.
Jupyter Notebook
1
star
6

React-Application-For-Browse-Movies-Watch-Movie-Trailer-Search-Favorite-Movie

Follow this link-> https://facebook.github.io/react-native/docs/getting-started.html to download and install nodejs and react native. ο‚· Open Terminal in your project folder ο‚· Hit npm install command (this command will install all node_modules in your project folder without node_modules this project will not run). Get API Keys ο‚· TMDB : https://www.themoviedb.org/ ο‚· YouTube : https://console.developers.google.com/. After getting both API keys replace your both API Keys (Movo/src/services/Configs.js) in this file. ο‚· react-native run-android ο‚· react-native run-ios. Basic Info: MOVO app basically uses TMDB (The Movie Database) API key to fetch all movies data included Movies info, Movies Trailers, Movie Cast etc. and we build unique User Interface for Movies in React Native. MOVO App has main 4 screens and some sub screens like Info, Cast, Crew, and Reviews in our app. We used YouTube API key for watch movie trailers in our app Used React Native Packages: 1) React Navigation: This package help us in our app to navigate one screen to another screen in our app and also we can send data from one screen to another screen. 2) React Native Vector Icons: This package help us in our app to use Font Icons from different Websites like material.io, materialdesignicon.com etc. 3) React Native YouTube: This package help us in our app to watch movie trailer in app. Movie trailer will not open in Official YouTube app. 4) Mobx: This package help us in our app to maintain state globally like we have stored fetched movies data at global and we can access those data from anywhere in any component.
JavaScript
1
star