laiser 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
laiser-0.1.0/LICENSE ADDED
@@ -0,0 +1,30 @@
1
+ Copyright (c) 2025, LAiSER.
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are
6
+ met:
7
+
8
+ * Redistributions of source code must retain the above copyright
9
+ notice, this list of conditions and the following disclaimer.
10
+
11
+ * Redistributions in binary form must reproduce the above
12
+ copyright notice, this list of conditions and the following
13
+ disclaimer in the documentation and/or other materials provided
14
+ with the distribution.
15
+
16
+ * Neither the name of the LAiSER nor the names of any
17
+ contributors may be used to endorse or promote products derived
18
+ from this software without specific prior written permission.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
laiser-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,124 @@
1
+ Metadata-Version: 2.2
2
+ Name: laiser
3
+ Version: 0.1.0
4
+ Summary: LAiSER (Leveraging Artificial Intelligence for Skill Extraction & Research) is a tool designed to help learners, educators, and employers extract and share trusted information about skills. It uses a fine-tuned language model to extract raw skill keywords from text, then aligns them with a predefined taxonomy. You can find more technical details in the project’s paper.md and an overview in the README.md.
5
+ Home-page: https://github.com/LAiSER-Software/extract-module
6
+ Author: Satya Phanindra Kumar Kalaga, Prudhvi Chekuri, Bharat Khandelwal
7
+ Author-email: phanindra.connect@gmail.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: BSD License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.6
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: numpy
15
+ Requires-Dist: pandas
16
+ Requires-Dist: psutil
17
+ Requires-Dist: skillNer
18
+ Requires-Dist: scikit-learn
19
+ Requires-Dist: spacy
20
+ Requires-Dist: transformers
21
+ Requires-Dist: tokenizers
22
+ Requires-Dist: torch
23
+ Requires-Dist: ipython
24
+ Requires-Dist: python-dotenv
25
+ Requires-Dist: vllm
26
+ Requires-Dist: tqdm
27
+ Dynamic: author
28
+ Dynamic: author-email
29
+ Dynamic: classifier
30
+ Dynamic: description
31
+ Dynamic: description-content-type
32
+ Dynamic: home-page
33
+ Dynamic: requires-dist
34
+ Dynamic: requires-python
35
+ Dynamic: summary
36
+
37
+ > [!CAUTION]
38
+ > <h3>LAiSER is currently in development mode, features could be experimental. Use with caution!</h3>
39
+
40
+
41
+ <div align="center">
42
+ <img src="https://i.imgur.com/XznvjNi.png" width="70%"/>
43
+ <h1>Leveraging ​Artificial ​Intelligence for ​Skill ​Extraction &​ Research (LAiSER)</h1>
44
+ </div>
45
+
46
+ ### Contents
47
+ LAiSER is a tool that helps learners, educators and employers share trusted and mutually intelligible information about skills​.
48
+
49
+ - [About](#about)
50
+ - [Requirements](#requirements)
51
+ - [Setup and Installation](#setup-and-installation)
52
+ - [Usage](#usage)
53
+ - [Google Colab Setup](#google-colab-setup)
54
+ - [Funding](#funding)
55
+ - [Authors](#authors)
56
+ - [Partners](#partners)
57
+
58
+ ## About
59
+
60
+ LAiSER is an innovative tool that harnesses the power of artificial intelligence to simplify the extraction and analysis of skills. It is designed for learners, educators, and employers who want to gain reliable insights into skill sets, ensuring that the information shared is both trusted and mutually intelligible across various sectors.
61
+
62
+ By leveraging state-of-the-art AI models, LAiSER automates the process of identifying and classifying skills from diverse data sources. This not only saves time but also enhances accuracy, making it easier for users to discover emerging trends and in-demand skills.
63
+
64
+ The tool emphasizes standardization and transparency, offering a common framework that bridges the communication gap between different stakeholders. With LAiSER, educators can better align their teaching methods with industry requirements, and employers can more effectively identify the competencies required for their teams. The result is a more efficient and strategic approach to skill development, benefiting the entire ecosystem.
65
+
66
+ ## Requirements
67
+ - Python version >= Python 3.9.
68
+ - A GPU with atleast 15GB video memory is essential for running this tool on large datasets.
69
+
70
+ ## Setup and Installation
71
+
72
+ - Install LAiSER using pip:
73
+
74
+ ```shell
75
+ pip install uv
76
+ uv pip install laiser
77
+ ```
78
+ **NOTE**: Python 3.9 or later, *preferably 3.12*, is expected to be installed on your system. If you don't have Python installed, you can download it from [here](https://www.python.org/downloads/).
79
+
80
+ ## Usage
81
+
82
+ As of now LAiSER can be used a python package in Google Colab or a local machine with GPU access. The steps to setup the tool are as follows:
83
+
84
+ ### Google Colab Setup
85
+ LAiSER's Jupyter notebook is, currently, the fastest way to get started with the tool. You can access the notebook [here](https://github.com/LAiSER-Software/extract-module/blob/main/dev_space/Extract%20Function%20Colab%20Execution.ipynb).
86
+
87
+ - Once the notebook is imported in google colaboratory, connect to a GPU-accelerated runtime(T4 GPU) and run the cells in the notebook.
88
+
89
+ - Sample code to import and verify laiser module
90
+ ```shell
91
+ from laiser.skill_extractor import Skill_Extractor
92
+ print('\n\nInitializing the Skill Extractor...')
93
+ # Replace 'your_model_id' and 'your_hf_token' with your actual credentials.
94
+ AI_MODEL_ID = "your_model_id" # e.g., "bert-base-uncased"
95
+ HF_TOKEN = "your_hf_token"
96
+ use_gpu = True # Change to False if you are not using a GPU
97
+ se = Skill_Extractor(AI_MODEL_ID=AI_MODEL_ID, HF_TOKEN=HF_TOKEN, use_gpu=use_gpu)
98
+ print('The Skill Extractor has been initialized successfully!\n')
99
+ print("LAiSER package loaded successfully!")
100
+ ```
101
+
102
+
103
+ ## Funding
104
+ <div align="center">
105
+ <img src="https://i.imgur.com/XtgngBz.png" width="100px"/>
106
+ <img src="https://i.imgur.com/a2SNYma.jpeg" width="130px"/>
107
+ </div>
108
+
109
+ ## Authors
110
+ <a href="https://github.com/LAiSER-Software/extract-module/graphs/contributors">
111
+ <img src="https://contrib.rocks/image?repo=LAiSER-Software/extract-module" />
112
+ </a>
113
+
114
+ ## Partners
115
+ <div align="center">
116
+ <img src="https://i.imgur.com/hMb5n6T.png" width="120px"/>
117
+ <img src="https://i.imgur.com/dxz2Udo.png" width="70px"/>
118
+ <img src="https://i.imgur.com/5O1EuFU.png" width="100px"/>
119
+ </div>
120
+
121
+
122
+
123
+ </br>
124
+ <!-- <p align='center'> <b> Made with Passion💖, Data Science📊, and a little magic!🪄 </b></p> -->
laiser-0.1.0/README.md ADDED
@@ -0,0 +1,88 @@
1
+ > [!CAUTION]
2
+ > <h3>LAiSER is currently in development mode, features could be experimental. Use with caution!</h3>
3
+
4
+
5
+ <div align="center">
6
+ <img src="https://i.imgur.com/XznvjNi.png" width="70%"/>
7
+ <h1>Leveraging ​Artificial ​Intelligence for ​Skill ​Extraction &​ Research (LAiSER)</h1>
8
+ </div>
9
+
10
+ ### Contents
11
+ LAiSER is a tool that helps learners, educators and employers share trusted and mutually intelligible information about skills​.
12
+
13
+ - [About](#about)
14
+ - [Requirements](#requirements)
15
+ - [Setup and Installation](#setup-and-installation)
16
+ - [Usage](#usage)
17
+ - [Google Colab Setup](#google-colab-setup)
18
+ - [Funding](#funding)
19
+ - [Authors](#authors)
20
+ - [Partners](#partners)
21
+
22
+ ## About
23
+
24
+ LAiSER is an innovative tool that harnesses the power of artificial intelligence to simplify the extraction and analysis of skills. It is designed for learners, educators, and employers who want to gain reliable insights into skill sets, ensuring that the information shared is both trusted and mutually intelligible across various sectors.
25
+
26
+ By leveraging state-of-the-art AI models, LAiSER automates the process of identifying and classifying skills from diverse data sources. This not only saves time but also enhances accuracy, making it easier for users to discover emerging trends and in-demand skills.
27
+
28
+ The tool emphasizes standardization and transparency, offering a common framework that bridges the communication gap between different stakeholders. With LAiSER, educators can better align their teaching methods with industry requirements, and employers can more effectively identify the competencies required for their teams. The result is a more efficient and strategic approach to skill development, benefiting the entire ecosystem.
29
+
30
+ ## Requirements
31
+ - Python version >= Python 3.9.
32
+ - A GPU with atleast 15GB video memory is essential for running this tool on large datasets.
33
+
34
+ ## Setup and Installation
35
+
36
+ - Install LAiSER using pip:
37
+
38
+ ```shell
39
+ pip install uv
40
+ uv pip install laiser
41
+ ```
42
+ **NOTE**: Python 3.9 or later, *preferably 3.12*, is expected to be installed on your system. If you don't have Python installed, you can download it from [here](https://www.python.org/downloads/).
43
+
44
+ ## Usage
45
+
46
+ As of now LAiSER can be used a python package in Google Colab or a local machine with GPU access. The steps to setup the tool are as follows:
47
+
48
+ ### Google Colab Setup
49
+ LAiSER's Jupyter notebook is, currently, the fastest way to get started with the tool. You can access the notebook [here](https://github.com/LAiSER-Software/extract-module/blob/main/dev_space/Extract%20Function%20Colab%20Execution.ipynb).
50
+
51
+ - Once the notebook is imported in google colaboratory, connect to a GPU-accelerated runtime(T4 GPU) and run the cells in the notebook.
52
+
53
+ - Sample code to import and verify laiser module
54
+ ```shell
55
+ from laiser.skill_extractor import Skill_Extractor
56
+ print('\n\nInitializing the Skill Extractor...')
57
+ # Replace 'your_model_id' and 'your_hf_token' with your actual credentials.
58
+ AI_MODEL_ID = "your_model_id" # e.g., "bert-base-uncased"
59
+ HF_TOKEN = "your_hf_token"
60
+ use_gpu = True # Change to False if you are not using a GPU
61
+ se = Skill_Extractor(AI_MODEL_ID=AI_MODEL_ID, HF_TOKEN=HF_TOKEN, use_gpu=use_gpu)
62
+ print('The Skill Extractor has been initialized successfully!\n')
63
+ print("LAiSER package loaded successfully!")
64
+ ```
65
+
66
+
67
+ ## Funding
68
+ <div align="center">
69
+ <img src="https://i.imgur.com/XtgngBz.png" width="100px"/>
70
+ <img src="https://i.imgur.com/a2SNYma.jpeg" width="130px"/>
71
+ </div>
72
+
73
+ ## Authors
74
+ <a href="https://github.com/LAiSER-Software/extract-module/graphs/contributors">
75
+ <img src="https://contrib.rocks/image?repo=LAiSER-Software/extract-module" />
76
+ </a>
77
+
78
+ ## Partners
79
+ <div align="center">
80
+ <img src="https://i.imgur.com/hMb5n6T.png" width="120px"/>
81
+ <img src="https://i.imgur.com/dxz2Udo.png" width="70px"/>
82
+ <img src="https://i.imgur.com/5O1EuFU.png" width="100px"/>
83
+ </div>
84
+
85
+
86
+
87
+ </br>
88
+ <!-- <p align='center'> <b> Made with Passion💖, Data Science📊, and a little magic!🪄 </b></p> -->
File without changes