llm_qualitative_data_analysis
llm_qualitative_data_analysis copied to clipboard
Requirements.txt seems missing
Hi This seems a wonderfull application. I might be overlooking something (I'm quite new with github), but the requirements.txt seems to be missing, by which I can't get the pip install -r requirements.txt running. I looked into the files I cloned (online and in my harddrive and indeed, there does not seem to be a requirements.txt file. Am I looking at someplace wrong, or could you instruct me where I can find the requirements.txt?
Kind regards Dries
Hey @DriesVG93 I replaced the requirements by a pipenv system. But I reverted it. I pushed a new version :
[0.2.0] - 2025-01-20
- Add a script to get started
- Add a secrets.toml file to store your OpenAI API key
- Fix getting-started.sh script
- Add requirements.txt file
All you have to do is, having your openai api key in hand, and run sudo ./scripts/getting_started.sh.
You should be good to go.