Pinned Repositories
Fruit-Detection-App
Fruit and Vegetable Detection App-Building a flutter mobile application using TensorFlow-lite to use on-device machine learning using Python and Convolutional Neural Network. Able to detect and classify info of various categories of fruits and vegetables. Furthermore it will also provide some brief details of that fruit/vegetable.
Chatbot-from-Scratch
To Create an AI Chatbot from scratch using Intent matching and NLP algorithms.
CRUD-App-Angular
Full-stack Angular + Node + PostgreSQL (CRUD) Application : Tutorial has id, title, description, published status. User can create, retrieve, update, delete Tutorials. There is a search box for finding Tutorials by title.
CRUD-App-Node
– Node.js Express exports REST APIs & interacts with PostgreSQL Database using Sequelize ORM. – Angular Client sends HTTP Requests and retrieves HTTP Responses using HTTPClient, consume data on the components. Angular Router is used for navigating to pages.
Flask-Rest-API-Docker
A simple project for learning and implementing docker container for the Flask Project , working with Flask and checking APIs with Postman.
gettingStartedWithGithubinCharusat
patelsahil2k03's Repositories
patelsahil2k03/Fruit-Detection-App
Fruit and Vegetable Detection App-Building a flutter mobile application using TensorFlow-lite to use on-device machine learning using Python and Convolutional Neural Network. Able to detect and classify info of various categories of fruits and vegetables. Furthermore it will also provide some brief details of that fruit/vegetable.
patelsahil2k03/Chatbot-from-Scratch
To Create an AI Chatbot from scratch using Intent matching and NLP algorithms.
patelsahil2k03/CRUD-App-Angular
Full-stack Angular + Node + PostgreSQL (CRUD) Application : Tutorial has id, title, description, published status. User can create, retrieve, update, delete Tutorials. There is a search box for finding Tutorials by title.
patelsahil2k03/CRUD-App-Node
– Node.js Express exports REST APIs & interacts with PostgreSQL Database using Sequelize ORM. – Angular Client sends HTTP Requests and retrieves HTTP Responses using HTTPClient, consume data on the components. Angular Router is used for navigating to pages.
patelsahil2k03/Flask-Rest-API-Docker
A simple project for learning and implementing docker container for the Flask Project , working with Flask and checking APIs with Postman.
patelsahil2k03/gettingStartedWithGithubinCharusat
patelsahil2k03/Gtu_Chatbot_App
Create a single-point solution for courses, admission examinations, and other important issues. Many students do not regularly visit websites for important updates and miss their important tasks like enrolment fees, and exam fees payment. This chatbot will give quick replies for results, fee payments, and the latest circular when students enter the enrolment number. After entering the enrolment number bot will give options for different issues and will reply to their selection.
patelsahil2k03/Guide-to-Open-CV
Introduction to one of the huge open-source library for the computer vision, machine learning, and image processing.
patelsahil2k03/Housing-Price-Prediction
A Simple Machine Learning Project on predicting the prices of houses based on a sample dataset of around 550 values using many python libraries like numpy, matplotlib,seaborn,panda,sklearn etc and using Linear Regression Algorithm.
patelsahil2k03/Learning-Git-Workshop
Performing various commands in git bash to know how remote sessions work
patelsahil2k03/Marvel-API-Integration
Marvel API: There are 3 components: Comics , Series , AllCharacters. Connecting with Marvel API to fetch data of heroes User will either login or signup and fetch super heroes data by comics, by series etc. directly using MARVEL API
patelsahil2k03/modern-fullstack-business-card
A modern, full-stack business card app in NextJS, Typescript, TailwindCSS, tRPC and next-auth! In this T3-stack app with tRPC v10 you can create, publish and share custom generated cards. We generate them using Vercel's new OG image generation library for ideal previews.
patelsahil2k03/News-App
Fetch news from API and list them inside a RecyclerView.
patelsahil2k03/patelsahil2k03
Config files for my GitHub profile.
patelsahil2k03/Python-Data-Structures
This Repository covers few basic concepts of List, Tuple, Dictionary, and Set through Python commands.