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

https://github.com/zulusssss/product-definition-by-text


https://github.com/zulusssss/product-definition-by-text

Last synced: about 1 year ago
JSON representation

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.