Giter VIP home page Giter VIP logo

Soorykant Suman's Projects

corona-virus-dashboard icon corona-virus-dashboard

Obtained worldwide coronavirus (Covid19) data from John Hopkins University GitHub repository. Data requires to be pre-processed and needs many transformations so that it is ready for visualization in Power BI. Pre-processed the data using Python programming language and Jupyter Notebook as an IDE. Finally transferred the processed data into Power BI and started visualizing it using many different different types of graphs and charts. And also forecasted it to see the trends and the upcoming number of Covid19 positive cases.

credit-risk-analysis icon credit-risk-analysis

This project is all about predicting if someone is eligible for a loan or not, making this process automatically by training a Logistic Regression model by using some variables that a user gives in the loan form. My main task was to clean the data and pre-process it. So that I can use it in my classifier model and it should be able to give higher accuracy of predictions. In this dataset, I have 614 readings and 13 columns'. First I have divided the dataset into dependent and independent variables. After that encoded dependent variable (i.e. 'y'). After that cleaned up all independent variables and then trained the Logistic Regression model. It has 80% accuracy for the training set only and ROC (Receiver Operating Characteristic) AUC (Area Under the Curve) score was 0.70. The same model gives 82% accuracy when predicted for the testing dataset. Finally, for a more optimal model, I made another classifier and trained with Logit function from the statsmodels module with a threshold value of 0.5. I got 83.7% accuracy and the ROC AUC score was 0.725.

location-tracing-app icon location-tracing-app

This project is based on android app developments, where I have used Android Studio, Firebase Cloud Messaging Service for managing notification in the app, and Google Maps API. I have learned geo-fence creations (circular and polygon) and tried to filter out the points whether they're inside or outside of the geo-fence based on their positions compared to geo-fence. I Learned how to integrate Firebase with Android Apps and create your custom notifications in FCM service.

pyshop icon pyshop

PyShop is an e-commerce website built on the Django framework. I have implemented models for maintaining the products list, it's price, and quantity through the admin panel. You don't need to code for every product one can just add, delete, and modify any product using the admin panel. Also, there is the option of add to the cart after that you can purchase the products (these all are future implementations).

qube-rt icon qube-rt

End to end application for spaceship order management using Flask

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.