Giter Site home page Giter Site logo

Setup and Quickstart about lady HOT 5 CLOSED

farinamhz avatar farinamhz commented on September 7, 2024 2
Setup and Quickstart

from lady.

Comments (5)

arfaamr avatar arfaamr commented on September 7, 2024 1

Hi,
I have installed Docker and run the command, and can see the container for it in the Docker desktop app. I'm not familiar with Docker so it may take me some time to understand exactly what's happening.
I am away this weekend, but will continue with the setup next week.
Thank you for your help.

from lady.

arfaamr avatar arfaamr commented on September 7, 2024 1

Hi, I'm not really sure where to go next. I tried following the next few steps listed in the README. It lists ./src/cmn, etc. to install some libraries. I assumed I should run these in the LADy container's shell, is that correct? It gives "Permission denied" errors, but I'm not sure why. Could I get some guidance?
Screenshot 2023-09-28 at 9 58 04 PM

from lady.

3ripleM avatar 3ripleM commented on September 7, 2024 1

Hi @arfaamr,

Actually, those are some directories, and you cannot execute directories like that. By running the container, you are using the full image of the LADy project, where all dependencies (libraries) are already installed in the Docker image. You can now proceed to the next step (Quickstart).

The reason for using Docker is reproducibility. To gain a deeper understanding of how an image is created, you can read the Dockerfile, where the setup process has been documented. Docker can be seen as an isolated container with its own files and libraries inside it, and it cannot use libraries from the machine on which it is running. Although the new version has some bugs, I'm working on fixing them. Some machines cannot run it at the moment, but if you are using the previous version of the Dockerfile, you are good.

In addition, I wanted to let you know that I spoke with Dr. Fani a while ago, and our new tasks involve "running" two libraries (BERT-E2E-ABSA and CAT) used in this project. We will be working on aspect-based sentiment analysis in the future. I have some suggestions for the running step, where I will create a new issue page, and we can discuss them there.

from lady.

farinamhz avatar farinamhz commented on September 7, 2024

@3ripleM.
Hey Medi,
If you provide a little description of dockerization here for Arfaa, as we discussed, that would be great!

from lady.

3ripleM avatar 3ripleM commented on September 7, 2024

Hi,
I've updated the readme of the project already. @arfaamr could you please run the container based on that?

docker run -it --name lady_container ghcr.io/fani-lab/lady:main

you just have to run above command. but before that make sure you have installed Docker engine on your computer.

from lady.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.