Skip to content

HuggingFace text generation and text classification models and related spaces analyser written in Python

Notifications You must be signed in to change notification settings

AMK9978/HuggingAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HuggingFace Analyser

HuggingFace text generation and text classification models and related spaces analyser written in Python.

Get started

Local:

git clone [email protected]:AMK9978/HuggingAnalyser.git
pip install -r requirements.txt
python main.py

Docker:

git clone [email protected]:AMK9978/HuggingAnalyser.git
docker build hugging .
docker run --name hugging -itd hugging

Comparison and Results

Comparison.md

File Structure

  • datasets: The obtained datasets from crawling used in the analysis
  • media: The drawn figures by draw.py used in the analysis
  • tests: The test file of the project containing four tests
  • main.py: The main file of the project containing the crawler
  • drawer.py: The helper module for drawing the figures

Authors

Built With

  • Python 3.11
  • requests
  • BeautifulSoup4
  • pandas
  • matplotlib
  • Black
  • isort

Due to the above requirements, the application is blazing fast and lightweight. It does not use any browser instance. No captcha test was recorded during crawling.

License

This project is licensed under the MIT License.

Discussion on HuggingFace

There is an open thread on HuggingFace opened by Amir Karimi requesting the app size feature from HuggingFace Hub API:

Thread

About

HuggingFace text generation and text classification models and related spaces analyser written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published