Skip to content

This is my project for the subject at university.

Notifications You must be signed in to change notification settings

nohattee/Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Python (>=3.6) dependencies

You can use conda to create new environment

(If you use your current environment you can skip 2 commands below)

    conda create --name stegano python=3.6

And you need to activate it

    conda activate stegano

After that you can install package below with file requirements we have prepared

    pip install -r server/requirements.txt

Getting Started

Download npm and nodejs (https://nodejs.org/)

In the root directory of the project...

  1. Install node modules yarn install or npm install.
  2. Start development server yarn start or npm start.

About

This is my project for the subject at university.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published