Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.24 KB

Readme.md

File metadata and controls

58 lines (39 loc) · 1.24 KB

dotdot bot

AI Chatbot for use in dotdot. We're using the transformers framework for the NLP

Local Setup

Create the Python virtual env

On the repo directory:

python3 -m venv venv 

This should create the folder venv on the root of this repo, which should be ignored by git. You can now move on to the next section

Download models & config

Local Development

Activate the virtual environment

source venv/bin/activate

Install Dependencies (Only the first time you do this)

pip install -r requirements.txt

Make sure pytorch is running well:

python3 pytorch_check.py

And you should see on the screen:

tensor([[0.7917, 0.1953, 0.3718],
        [0.1171, 0.6210, 0.9340],
        [0.2153, 0.9759, 0.9654],
        [0.9698, 0.5383, 0.6687],
        [0.5058, 0.6857, 0.8104]])
Is CUDA Available?  False // OR True if available

Finally you can run:

python3 interact.py