Giter Site home page Giter Site logo

alphamine's Introduction


About

AlphaMine was created in October 2022 as a submission for HackGT 9. It won 1st place for the Cheat Code Hacks category.

As part of the hackathon submission, we had to create a video describing and demonstrating the project. It can be found here: AlphaMine Video


Problem Statement

"Data is the new Oil." - Clive Humby
Machine Learning has gained traction in recent years. However, training and validating machine learning models requires the availability of labeled data at scale. The new demands of data ensure that data collection will always be a consistent struggle.

Enter the AlphaMine. Our framework allows users to simply enter keywords and our alpha software will automatically generate a dataset, cleaned and prepared for training.


Text Mining

Text Mining can be extremely useful for Natural Language Processing applications. With easy dataset generation, sophisticated models like GPT-3 will become more accessible to a wider audience.

  • Parameters
    • Number of Classes
    • Number of Samples (Webpages Traversed)

Image Mining

AlphaMine also supports Computer Vision dataset generation.

  • Parameters
    • Number of Classes
    • Number of Samples (Images Traversed)
    • Size - A Tuple. Optional parameter, default will not resize the images
    • Number of Grayscale. Optional parameter, defaulted to no Grayscale
    • Boundary boxes, generated from yolo model on 80 common classes. Box locations are stored in meta_images.json

Installation Instructions

Clone the repository using git clone https://github.com/Shikhar2929/HackGT

Command-Line Usage

Create a classes.txt file listing all the different classes that you want, separated by the newline character. Simply move into the code directory and then run the following script
cd HackGT/AlphaMine/src/alpha_mine
python3 mine_data.py
  1. When prompted to enter classes, simply enter the path of the classes.txt
  2. When prompted to enter the type of data, enter "text" or "image"
  3. Follow the input instructions for defining additional parameters.

Python Usage

import alpha_mine
mine()

alphamine's People

Contributors

rohanphadnis avatar

Stargazers

Saurabh Patwardhan - Tenable CS avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.