alok-ai-lab / pyDeepInsight

A python implementation of the DeepInsight methodology.
GNU General Public License v3.0
157 stars 47 forks source link

Getting Started with DeepInsight Implementation #37

Closed abbasnafiu closed 5 months ago

abbasnafiu commented 5 months ago

Good day Sirs,

I am a research student, currently working on Image-Based Android Malware Detection. I found DeepInsight Methodology useful for my work. I need it for transforming android app extracted features to images for CNN architecture. Whenever I try to install DeepInsight on my PC, I encounter this error. Find the attached

Screenshot (88)

kaboroevich commented 5 months ago

It looks to be an issue with git clone rather than pyDeepInsight; Possibly Windows specific. Rather than installing directly from GitHub, try downloading the repository and installing it from that.

  1. Click on '<> Code>' then 'Download ZIP'
  2. Save pyDeepInsight-master.zip to a local folder
  3. Run python3 -m pip install /path/to/pyDeepInsight-master.zip
abbasnafiu commented 5 months ago

OK. I am very grateful for this beneficial response

On Fri, Mar 29, 2024 at 1:51 AM Keith A. Boroevich @.***> wrote:

It looks to be an issue with git clone rather than pyDeepInsight; Possibly Windows specific. Rather than installing directly from GitHub, try downloading the repository and installing it from that.

  1. Click on '<> Code>' then 'Download ZIP'
  2. Save pyDeepInsight-master.zip to a local folder
  3. Run python3 -m pip install /path/to/pyDeepInsight-master.zip

— Reply to this email directly, view it on GitHub https://github.com/alok-ai-lab/pyDeepInsight/issues/37#issuecomment-2026404404, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFOIQZ6MMSY2V2TQSSW7XM3Y2S3KBAVCNFSM6AAAAABFMXO7H2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRWGQYDINBQGQ . You are receiving this because you authored the thread.Message ID: @.***>

abbasnafiu commented 5 months ago

It looks to be an issue with git clone rather than pyDeepInsight; Possibly Windows specific. Rather than installing directly from GitHub, try downloading the repository and installing it from that.

  1. Click on '<> Code>' then 'Download ZIP'
  2. Save pyDeepInsight-master.zip to a local folder
  3. Run python3 -m pip install /path/to/pyDeepInsight-master.zip

Thanks for your responses. I was able to install the package.

  1. How can I run the package to convert my extracted features to Images.
  2. Inside which directory path will I insert my dataset

Thanks as you reply

kaboroevich commented 5 months ago

Please see the pyTorch SqueezeNet example for example code on how initialize the ImageTransformer class and use it to generate images.

abbasnafiu commented 5 months ago

Okay. thanks