Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by AdarshKoppManjunath

A curated list of projects in awesome lists by AdarshKoppManjunath .

https://github.com/adarshkoppmanjunath/webautomationscripts-selenium-java

This repository consists of web automation scripts developed using Selenium and JAVA.

automation java selenium

Last synced: 15 Nov 2024

https://github.com/adarshkoppmanjunath/fcc-js-algorithms-ds

This repository consists of fcc- algorithms and ds final project solutions. These are mini project codes which I was able to develop after completing the JS course from the scratch.

algorithms-and-data-structures es6 javascript

Last synced: 15 Nov 2024

https://github.com/adarshkoppmanjunath/sentimentalanalysis

Most commonly used algorithms was tried for sentiment analysis of the IMDb dataset. From the experiment, it was observed that the highest accuracy is from SVM, followed by Blend, Logistic Regression and Naive Bayes. In all the four classifying techniques, it was observed that Tf-Idf with n-grams pre-processing technique seemed to yield better performances across all. Hence, it can be stated that for the chosen dataset in the split of 80-20, tf-idf seemed better than count vectorization.

python sentiment-analysis text-analysis

Last synced: 15 Nov 2024

https://github.com/adarshkoppmanjunath/produceitemrecognitionusingcnn

Produce Item Recognition- Dataset is created from scratch, has train, validation, and test set. Train is with 800 images per class, test and validation are with 320 images per class. Totally dataset has 24 classes. I have used CNN and VGG16 for the model training.

cnn-keras conda kivy machine-learning numpy opencv pandas python

Last synced: 15 Nov 2024

https://github.com/adarshkoppmanjunath/raytracing

The objective is to write a ray-tracing program in sequential and then parallelizing the same using OpenMP. Also, to calculate the running time of both the programs and compare the same.

cpp cygwin openmp parallel-programming

Last synced: 15 Nov 2024

https://github.com/adarshkoppmanjunath/improved-search-engine-based-on-sentimental-analysis

This project is done as part of the software engineering class. The project objective is to create a search engine which takes input from user and input should be topic related to the news. Website will be searching all relevant articles from web and result will be displayed to the user in 30 lines so that the user doesn't have to open multiple tabs sequentially. A unique feature tried here is adding sentimental analysis for user search. For this project, we are using the Django framework and Visual Studio Code IDE

design-patterns django nlp python search-engine sentimental-analysis textblob uml

Last synced: 15 Nov 2024

https://github.com/adarshkoppmanjunath/image-processing

This repository consists of image processing related scripts including edge detection, template matching, high pass, low pass filters, and FFT.

edge-detection filters image-processing python

Last synced: 15 Nov 2024