Maithili-news-gnews is a project aimed at automating the fetching of news from the GNews API, translating it into the Maithili language, and then classifying it using a machine learning model. The classified news articles are then displayed on a website using Streamlit.
- Automatic fetching of news articles from the GNews API.
- Translation of news articles into the Maithili language.
- Classification of news articles using a machine learning model.
- Displaying classified news articles on a website using Streamlit.
Install requirements
pip install -r requirements.txt
Fetching latest news
python run.py
-
Clone the repository:
git clone https://github.com/your-username/maithili-news-gnews.git
-
Install dependencies:
cd maithili-news-gnews pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py
-
Visit http://localhost:8501 in your web browser to view the website.