Convert a python script from using one library to another.
Budget: $250 – $750 USD
I need to convert a github project that is currently using an OpenAI (API) library for ML embeddings to A Hugging Face transformer model that will run locally without an API to generate embeddings. I want to completely gut the openAI aspect of the code and swap it with hugging face code so that it stays open source. The code is mostly typescript but to me it looks basically like python.