Skip to content

juvanthomas/com.imageanalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run the Project Locally

Make a virtual environment and Clone the repository to your local machine:

git clone https://github.com/juvanthomas/com.imageanalysis.git

Install the requirements:

pip3 install -r requirements.txt

Apply the migrations:

python3 manage.py migrate

Finally, run the development server:

python3 manage.py runserver

The project will be available at 127.0.0.1:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published