Rinatum / -SSD-Assignment-1

Assignment 1 for SSD course in Innopolis Master Program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-SSD-Assignment-1

Assignment 1 for SSD course in Innopolis Master Program

How to install

pip install -r requirements.txt

Or using docker

docker build -t ssd:assigment .

Project Structure

.
├── Dockerfile             # Project Dockerfile
├── LICENSE
├── README.md             # Important information here
├── requirements.txt      # Dependencies
└── src                   # Source code
    ├── __init__.py 
    ├── main.py           # entrypoint of application
    ├── task1.py          
    ├── task2.py
    ├── test3.py
    ├── task4.py
└── tests                 # Some tests here

About

Assignment 1 for SSD course in Innopolis Master Program

License:Apache License 2.0


Languages

Language:Python 98.7%Language:Dockerfile 1.3%