Coder Social home page Coder Social logo

anonllm's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @fsndzomga
  • ๐Ÿ‘€ Iโ€™m interested in #startups, #strategy, #analytics, #datascience <= #machinelearning
  • ๐Ÿ“ซ How to reach me: [email protected]

anonllm's People

Contributors

fsndzomga avatar msull avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

anonllm's Issues

Consider relaxing requirements in setup.py

Hello @fsndzomga --

Thanks for this utility, I was looking for something that did precisely this and think your implementation is nice.

Currently your setup.py lists quite a large number of pins, primarily transitive dependencies that are not imported or used directly, including restrictions on the setuptools / pip version.

https://github.com/fsndzomga/anonLLM/blob/master/setup.py#L26-L73

This can make it challenging to integrate into an application environment that has a number of pre-existing restrictions on dependencies. However I do not believe most of these pins are necessary for your project. The general guideline I follow and have seen repeated mantra-like for years is to try and be as widely accepting of deps as possible in your libraries, and specific for all deps in your applications.

I'd personally love to see the "install_requires" here cut down to a minimal version. For example here I believe the following would capture everything that is required, and allow much more flexibility for endusers wishing to use this project:

install_requires = [
    "pydantic>2",
    "openai",
    "Faker",
    "spacy",
]

I'd be happy to submit a PR for this if you are open to such a change.

Thanks!

Sully

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.