Asutosh Panda's repositories
DocumentReader
This library reads word documents (.doc and .docx), txt and PDF files, and gives the output content of the document as a String.
CustomerSupportChat
Android library: An XMPP based customer support chat system built using Smack API
online-apk-compiler
A web app that builds an APK from a public Github repo and installs it on a USB connected Android device. Built using Python and Linux shell scripting.
Android-RecyclerView-code-generator
Code generation tool: A web app that generates entire RecyclerView implementation code as per your row layout
face-match-x
Face matching system using Tensorflow/Keras deployed and as a Python (Flask) web App
CoroutineTask
It is a utility that has the same structure as AsyncTask but uses Coroutines underneath
ML-pianist
An experiment with generating music using Tensorflow/Keras.
RxJava-explained-in-a-simple-way
RxJava explained in a simple way with well commented example project to show common usages
Daily-Diary-with-posts-search-option
This is a daily diary script with posts search option.
Age-Detector-Web-App
A simple web app for age detection based on a Hackathon problem by Analytics Vidhya
android-interview-questions
Your Cheat Sheet For Android Interview - Android Interview Questions
asutosh11.github.io
Source code for blog at asutosh11.github.io
CoroutinesRetrofitWithUnitTest
Sample Android project to demonstrate API integration using Hilt, Retrofit, and Coroutines. The API is tested using OkHttp MockWebServer.
deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
fastai-v3-render
Starter app for fastai v3 model deployment on Render
Publish-Android-Library-Demo
Source code for blog at https://ironmonkey.in/publish-your-single-multi-module-android-project-as-a-library-to-cloud-for-free/
python-flask-post-api-template
This is a template for making a Flask post API