https://github.com/zulusssss/product-definition-by-text
https://github.com/zulusssss/product-definition-by-text
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zulusssss/product-definition-by-text
- Owner: Zulusssss
- License: bsd-3-clause
- Created: 2024-06-14T08:31:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T09:53:42.000Z (about 2 years ago)
- Last Synced: 2025-04-23T02:18:24.458Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A model that allows you to determine from a fragment of text which product is in question in the text.
### Technologies
- Python 3.11.5
- Jupyter Notebook
- pandas, numpy
- scikit-learn
- torch
### Launch Instructions
Clone the repository and go to it on the command line:
```
git clone
```
```
cd product-definition-by-text
```
Create and activate a virtual environment:
```
python -m venv venv
```
```
source venv/Script/activate
```
```
python -m pip install --upgrade pip
```
Install dependencies from a file requirements.txt:
```
pip install -r requirements.txt
```
When running through Jupiter, use the virtual environment kernel.