Smit Kakadiya (Smit-Kakadiya)

Smit-Kakadiya

User data from Github https://github.com/Smit-Kakadiya

Company:University of New Haven

Location:West Haven, CT

Home Page:Smit-Kakadiya.github.io

GitHub:@Smit-Kakadiya

Smit Kakadiya's repositories

Agriculture-Electronic-Market

Considering a current agriculture system in India, they had issues of lack of reliable information, trading platform and self learning portal. Developed a standalone platform for farmer and vendor which provide services like trading crops, portal for self learning and source for reliable information. Used TensorFlow API and linear regression model to predict future price and stock of crops.

Language:JavaScriptStargazers:3Issues:1Issues:1

Audio-Enabled-Chatbot

Developed web based application in which users ask the questions to the Bot and the Bot fetch the appropriate response from the database and provide to the users in appropriate manner. It Included with parsing of speech to string which can be easily embedded in query and can be fired to fetch relatable response from the database. Used the open-source Anaconda platform to run Python script and Google speech recognition API to convert speech to text. Used CGI (Common Gateway Interface) program for transferring answers to the website.

Language:PythonStargazers:1Issues:1Issues:0

PDF-Rename

A Python script to rename PDF files efficiently. This script can read the Title of PDF files, and let you to rename them using their title. Download the script and place it in the current directory (location of pdf files) and run the script. If the title information is not available, it will skip the file. If there is a Title information available for the PDF, it will rename the file name to the title name after confirming it from the user.

Language:PythonStargazers:1Issues:1Issues:0

Aionix11

Company Website

Language:HTMLStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:1Issues:0
Language:EJSStargazers:0Issues:1Issues:0

Basic-Linear-Regression

Developed simple python program that implements Linear Regression on a sample dataset. The object of the class is declared and is fitted with the X_Train and Y_Train data. A graph is plotted using the matplotlib.pyplot to visually represent the Linear Regression model. The programuses sklearn.linear_model from the scikit-learn library to import the class LinearRegression. Y_Pred stores the predicted values of X_Test

Language:PythonStargazers:0Issues:1Issues:0

Chrome-Extension-For-Social-Media

I had developed basic Chrome Extension, that is use to launch all social media profiles at just one click.

Language:HTMLStargazers:0Issues:1Issues:0

Flask-App-Practice

A simple web application that I did to teach me how to use Flask. This repository contain the collection of basic codes to begin with Flask framework

Language:HTMLStargazers:0Issues:1Issues:0

Weather-Application

I have developed web based application which depicts free weather information of the location you type in textbox. Also, the AccuWeather API has been implemented in order to view temperature and weather information of the particular location. The AccuWeather API used here is the free version. Due to this reason, only 50 requests per day can be made using the API Key.

Language:JavaScriptStargazers:0Issues:1Issues:0

ejs

Embedded JavaScript templates -- http://ejs.co

License:Apache-2.0Stargazers:0Issues:0Issues:0
Language:EJSStargazers:0Issues:1Issues:0

React-Tutorial

In this tutorial, I have developed a simple CRUD(Create, Read, Update, Delete) app that can add, update, or delete users.

Language:JavaScriptStargazers:0Issues:1Issues:0
Stargazers:0Issues:1Issues:0
Language:PythonStargazers:0Issues:0Issues:0

Tic-Tac-Toe-Game

Tic-tac-toe (American English) game has been made by Me in C++ Programming Language. It also called as noughts and crosses (British English), or Xs and Os. This is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Language:C++Stargazers:0Issues:0Issues:0