Skip to content

DNN model to categorize and describe individuals, entities, locations, and objects that violate natural law.

Notifications You must be signed in to change notification settings

richard-hajek/scp-pred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure, Contain, Protect and LEARN

This is a DNN model which's goal is to understand, categorize and describe individuals, entities, locations, and objects that violate natural law.

Setup

Currently tested on Python 3.8

git clone --recursive git@github.com:richard-hajek/scp-pred.git
cd scp-pred
python3 -m venv venv && source venv/bin/activate # Skip if you don't wanna use venv
pip install -r requirements.txt
python -m spacy download en_core_web_sm

then you can

python -m src.main

Example run:

Question: What is SCP-555
Answer:  a metal cylinder with rounded ends

Question: Who created SCP-173
Answer:  origin is as of yet unknown . it is constructed from concrete and rebar with traces of krylon brand spray paint

Question: What is object class of SCP-222
Answer:  euclid

Process finished with exit code 0

About

DNN model to categorize and describe individuals, entities, locations, and objects that violate natural law.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published