huggingface_hub
huggingface_hub copied to clipboard
Integrate 'autotrain-advanced' as module inside huggingface_hub
We'd like to move forward with having the code of autotrain-advanced live in hugging face_hub. Autotrain-advanced is like a streamlit app + python api giving users more granularity to training. The main idea would be to centralize python clients inside it so that different projects can benefit from each others' user adoption and sync practices for utilities, documentation, tests.
@Wauplin has listed the endpoints that are used:
- POST get project metrics
- GET get project status
- GET get project files
- GET get project jobs
- GET get project cost
- GET start process
- POST create project
- POST add data
- POST get cost estimate An option is to have support for them in huggingface_hub (with underlying data structures) while keeping the streamlit app in a separate module for faster iterations. cc @abhishekkrthakur
lets have a talk about this before we start so that we are all on the same page. :)