IBM / clai

Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
https://clai-home.mybluemix.net/
MIT License
475 stars 73 forks source link

update nlp_tools/ path in Makefile #98

Closed harshalmittal4 closed 3 years ago

harshalmittal4 commented 3 years ago

update nlp_tools/ directory path in Makefile to run make submodule.

:pushpin: References

:tophat: What is the goal?

Provide a description of the overall goal (you can usually copy the one from the issue)

:memo: How is it being implemented?

Provide a description of the implementation

:tv: Screenshot or gif showing the result.

Introuce here a gif or picture about the work

:boom: How can it be tested?

If it cannot be tested explain why.

harshalmittal4 commented 3 years ago

Hello, I was setting up Tellina locally from here but the Makefile commands are failing. Along with updating the nlp_tools/ path, the manage.py as mentioned in Makefile is also absent from here. Wished to ask if this is the correct place to get started with baseline. Thanks.

MayankAgarwal commented 3 years ago

Hey Harshal, the Makefile is used to setup the Tellina web server (http://tellina.rocks/). This is not required for the competition as we only use the ML model for the task. To get started with the baseline, use the code here (https://github.com/IBM/clai/tree/nlc2cmd/tellina-baseline) and follow the instructions here (https://github.com/IBM/clai/blob/nlc2cmd/submission-code/README.md) to either evaluate locally or submit it to EvalAI.

Please let me know if you require further help in getting started with the competition.