Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by ashharr
A curated list of projects in awesome lists by ashharr .
https://github.com/ashharr/chatbot-ml-sih-2019
A Customer Support Chatbot using Machine Learning for Smart India Hackathon 2019 ( Winning Idea)
chatbot dialogflow dialogflow-api python
Last synced: 04 Jan 2025
https://github.com/ashharr/quantum-neural-networks
Feed forward QNN
artificial-neural-networks qnn quantum-algorithms quantum-computing quantum-neural-networks
Last synced: 04 Jan 2025
https://github.com/ashharr/twitter-sentimental-analysis
Predicting the sentiments of the tweets such as Positive, Negative and Neutral. Classified using the SVM model after pre-processing and cleaning the data.
Last synced: 04 Jan 2025
https://github.com/ashharr/xelement
XElement is a Chrome extension that detects input fields on webpages and exports their details to a CSV, helping testers and developers validate form elements.
chrome-extension javascript qa-automation webextension
Last synced: 27 Dec 2024
https://github.com/ashharr/sleeves7-website
An e-commerce T shirt selling website I am building for my friends business. (Work In Progress 🔨)
express mongodb mongodb-atlas nodejs reactjs
Last synced: 04 Jan 2025
https://github.com/ashharr/ticktrack
Tick Track is a minimal todo application using Spring Boot and React Stack.
bootstrap4 css3 hibernate-jpa html5 java jwt-authentication react spring-boot spring-security
Last synced: 04 Jan 2025
https://github.com/ashharr/t-shirt-e-commerce-full-stack-app
A full stack e-commerce website developed with Next.js and React.js with payment gateway.
javascript nextjs react stripe
Last synced: 04 Jan 2025
https://github.com/ashharr/detecting-fake-news-classifier
To build a model to accurately classify a piece of news as REAL or FAKE. The detection of fake news is done from saving oneselves from believing in false information. All the news that are read on social media cannot be trusted or relied upon. Hence the aim of our project is to detect such fake news by using tf-idf vectorization on news data sets, calculating the confusion matrix of our model and generating its accuracy for prediction of fake news. Using sklearn, we build a Tf-Idf Vectorizer on our dataset. Then, we initialize a PassiveAggressive Classifier and fit the model. In the end, the accuracy score and the confusion matrix tell us how well our model fares.
Last synced: 04 Jan 2025
https://github.com/ashharr/minimalist-todo-app
A Minimalist Todo App built using Spring Framework.
apps java maven mysql spring spring-boot spring-security
Last synced: 04 Jan 2025
https://github.com/ashharr/dsa-bootcamp
Data Structures and Algorithms. LeetCode Problems Practice.
algorithms data-structures dsa interview java python
Last synced: 04 Jan 2025
https://github.com/ashharr/crypto-tracker-india
A cryptocurrency tracker which shows INR price for all coins fetched from the CoinGecko API
api axios component crud cryptocurrency javascript props props-and-state-components react react-js state-management
Last synced: 04 Jan 2025
https://github.com/ashharr/quality-stocks-screener
A script that generates High quality stocks using a query on screener.in website gets the table and coverts and saves it as a CSV file.
Last synced: 04 Jan 2025
https://github.com/ashharr/react-js
React JS exercises, practice code and challenges
Last synced: 04 Jan 2025
https://github.com/ashharr/javascript-bootcamp
My Code snippets of JavaScript bootcamp by Hitesh Choudhary.
Last synced: 04 Jan 2025
https://github.com/ashharr/dsmp-pre-work
Code repository for the Pre Work program at GreyAtom
Last synced: 04 Jan 2025
https://github.com/ashharr/pep8-compliant-python-code-rules
Tricks and Rules to write more pythonic and PEP 8 Compliant code
Last synced: 04 Jan 2025
https://github.com/ashharr/id3-decision-trees
Finding root of the decision tree using ID3 algorithm
Last synced: 04 Jan 2025
https://github.com/ashharr/spring-boot-rest-and-test
Coded REST Controller CRUD operations and Testing: JUnit and MockMVC Frameworks
Last synced: 04 Jan 2025
https://github.com/ashharr/microservices-with-spring-boot
Learning Microservices with Spring Boot
Last synced: 04 Jan 2025
https://github.com/ashharr/starting-off-with-data-science-python
Python DS Notebooks (Basics, Numpy, Pandas)
Last synced: 04 Jan 2025
https://github.com/ashharr/feature-selection
Feature Selection Machine Learning
Last synced: 04 Jan 2025
https://github.com/ashharr/employee-shell-script
A Shell Script Employee Management system.
Last synced: 04 Jan 2025
https://github.com/ashharr/coursera-ml-stanford
Some of the solutions I coded while doing the Machine Learning Specialization course on Coursera.
Last synced: 04 Jan 2025
https://github.com/ashharr/data-structures
Simple Computer Programs in C representing Data Structures such as Linked List, Stacks, Queues, etcetera.
Last synced: 04 Jan 2025
https://github.com/ashharr/invoice-manager
A full stack invoice manager with Spring boot REST API and UI in angular. Security enabled and robust.
angular invoice-management java javascript rest-api security spring-boot
Last synced: 04 Jan 2025
https://github.com/ashharr/expense-tracker-react-js
A personal expense tracker that enables you to add your expenses and view them graphically by month.
components-react javascript props props-and-state-components react reactjs state-management
Last synced: 04 Jan 2025
https://github.com/ashharr/gini-index-decision-tree
Finding the root of the decision tree using Gini index of each feature.
Last synced: 04 Jan 2025
https://github.com/ashharr/big-data
Hadoop, Apache Spark, Apache Hive HDFS et cetera
Last synced: 04 Jan 2025
https://github.com/ashharr/house_prices_advanced_regression
Kaggle Competition on House Prices Prediction in Ames Housing Dataset:
Last synced: 04 Jan 2025
https://github.com/ashharr/ga-learner-dsmp-repo
A collection of projects as part of the Data Science Masters Program at GreyAtom EduTech Pvt Ltd
Last synced: 04 Jan 2025
https://github.com/ashharr/chatbot-demo
Demo web page for the Chatbot I built in 2019.
Last synced: 04 Jan 2025
https://github.com/ashharr/chatbot-ui-flat-design
Chatbot UI flat design using HTML and CSS
Last synced: 04 Jan 2025
https://github.com/ashharr/portfolio-site
A minimalistic portfolio website build with React, Tailwind CSS and Vite
Last synced: 04 Jan 2025
https://github.com/ashharr/learn-spring-aop
Aspect Oriented Programming, Aspect, Advice, Pointcut. Spring AOP and AspectJ
Last synced: 04 Jan 2025
https://github.com/ashharr/spring-java-bootcamp
Java Spring Framework Projects Code and Concepts
Last synced: 04 Jan 2025
https://github.com/ashharr/spring-boot-rest-api
A REST API created in spring boot that's configured with all the annotations for the entities and database in MySQL. CRUD operations for all the entities in their respective controller java class files.
crud-application java maven rdbms rest-api spring spring-boot
Last synced: 04 Jan 2025
https://github.com/ashharr/python-oops
Python Object oriented programming concepts for beginner to intermediate python programmers
object-oriented-programming oops oops-in-python python
Last synced: 04 Jan 2025
https://github.com/ashharr/learn-spring-security
Spring Security Principles, Security Filter Chaiin, CSRF, CORS, JWT Authentication, Basic Auth, Form Authhentication, Managing Passwords
Last synced: 04 Jan 2025
https://github.com/ashharr/java-sandbox
Sandbox for Java. Practice Code Snippets considering all elementary stuff and syntaxial obligations to remember.
Last synced: 04 Jan 2025