lazyprogrammer / machine_learning_examples

A collection of machine learning examples and tutorials.

Home Page:https://lazyprogrammer.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements.txt file missing

imsouravstyles opened this issue · comments

Please add rquirement.txt file.

It's not missing, this is not a library.

Your project doesn't need to be a library to have a requirements.txt file though.

You missed the point of the above response (which is acceptable; it was quite short) in that it doesn't really reflect the purpose of this repository.

This repository is designed for students of my online courses (not sure if you are a student) and each course is in a folder. Different courses use different libraries, and even different courses themselves use different versions of libraries depending on when specific code was created.

This repo is not designed for say, random people who found this code and are trying to run it.

Please see here for more info: #55

I get what you are saying. You just use this repo to store content for your classes and you (maybe purposely) didn't organize it in a way that people can clone it and run it.

Your original answer was missing the context so I took it as a general comment without digging too much into the other issues.
It sounds like it's not the first time people ask for this. If I were you, I would create a requirements.txt in the root and write in it a message about why you're not providing one.

The solution is quite easy really: check out the readme, signup for the relevant course, figure out what's going on.

Anyone interested can ask on the Q&A inside my courses, and I would tell them the same thing I said in #55. My only obligation is to my students. The random visitors who come to the repo trying to run the code without taking the courses first are not a consideration for me.