Jarvis
- Category: AI
- Language: Python
- Project date: 20 NOV, 2021 - Present
Project information
Jarvis means just a rather very intelligent system. The idea of it is highly motivated by a sci-fi movie in the marvel cinematic universe i.e. Ironman. It is a speech recognition-enabled AI bot. For speech recognition I have used speechRecognition library in python and for text to speech function of the bot, pyttsx3 library is used. The text is processed and is actually used to call the methods or functions that are automated and simply do the task that is asked for.
NETFLIX Clone
- Category: App
- Language: HTML, CSS, JS
- Project date: 01 JUNE, 2022 - Present
Project information
Currently, only the login page is ready, in future I will be adding the home page, account info page, subscription page & payment page, and all of them would be fully functional like one would be able to create an account or login into his/her account, subscribe to a suitable pack by making the transaction, view the previews & description of a particular show or movie, get details of the show, etc.
QR-Code Generator
- Category: App
- Language: Python
- Project date: 22 March, 2021
- Project URL: https://qrcode-jinal.herokuapp.com/
Project information
QR code is a machine-readable barcode designed in two-dimensional pixelated form. The QR code can be used to store a range of data. In this app the user is asked to enter the link he/she wishes to generate QRcode for. Then the dimensions of the outer box and border are needed to be input, a wide range of colors is provided to choose from for their QRcode, one can choose any color for the fill color and back color of the QRcode. Then just hit the 'Generate QR code' button and the QR code will be generated as per the inputs entered by the user. It is scannable and fully functional.
BMI-Calculator
- Category: App
- Language: Python
- Project date: 18 March, 2021
- Project URL: https://bmi-jinal.herokuapp.com/
Project information
BMI is a reliable indicator of body fatness for most people. It is used to screen for weight categories that may lead to health problems. In this calculator, the user has to input weight in kgs and can input height in cms, meters, or feet, and by clicking on the 'calculate BMI' button, it will show appropriate information.