Skip to content

Chillthrower/OrigamiModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the Origami App Project

  1. Navigate to the Origami App directory:

    cd OrigamiApp
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • For Windows:
      venv\Scripts\Activate
    • For Linux:
      source venv/bin/activate
  4. Install project dependencies from the requirements.txt file:

    pip install -r requirements.txt
  5. Change to the image_classification_project directory:

    cd image_classification_project
  6. Run the project:

    python manage.py runserver

Now, your Origami App project should be up and running!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published