This bot automatically collects paper information from π€ Daily Papers and uses DeepSeek for interpretation.
- β Automatic paper collection from π€ Daily Papers
- β Intelligent paper interpretation using DeepSeek API
- β Chinese translation and analysis
- β Automatic daily paper poster generation
- β Keyword cloud and trend analysis
- β Text-to-speech support
- β Newsletter generation (Markdown & HTML)
- β Error notification and auto-retry mechanism
-
Clone this repository
-
Configure DeepSeek API Key:
- Go to your GitHub repository
- Click "Settings" > "Security" > "Secrets and variables" > "Actions"
- Click "New repository secret"
- Name:
DEEPSEEK_API_KEY
- Value: Your DeepSeek API Key
- Click "Add secret"
-
Enable GitHub Actions:
- Go to the "Actions" tab
- Click "I understand my workflows, go ahead and enable them"
- Automatic: Runs daily at 9:00 and 9:30 Beijing Time
- Manual: Select workflow in Actions tab and click "Run workflow"
Paper_metadata_download.py
: Download paper metadataHF-day-paper-deepseek.py
: Main program for paper processingnewsletter.py
: Newsletter generationstats.py
: Statistical analysis and visualizationtts.py
: Text-to-speech synthesisutils.py
: Utility functions
HF-day-paper-deepseek/
: Processed paper data and daily summariesPaper_metadata_download/
: Downloaded paper metadatanewsletters/
: Generated newsletter files (Markdown & HTML)images/
: Newsletter images (keyword clouds, trend graphs, etc.)audio/
: Audio broadcast filesstats/
: Statistical analysis data (JSON format)
- Keyword Cloud: Visual representation of hot research topics
- Trend Analysis: Daily paper count visualization
- Hot Topics: Automatic identification of trending research areas
- Statistics Report: Detailed statistical data generation
- Markdown Format: Optimized for GitHub reading
- HTML Format: Rich presentation support
- Contents Include:
- Daily paper statistics
- Hot research areas
- Detailed paper interpretations
- Keyword cloud visualization
- Trend analysis graph
- Audio broadcast link
- Intelligent Translation: Professional academic translation using DeepSeek API
- Auto-retry: Automatic retry on errors for improved reliability
- Error Notification: Automatic GitHub Issues creation for errors
- Multilingual Support: Chinese and English documentation
- Data Visualization: Automatic chart and statistics generation
This project is licensed under the MIT License