This is a Flask project that includes various functionalities such as news summarization, analysis, media summarization, and translation.
- app.py: The main application file where the Flask app is initialized and routes are defined.
- requirements.txt: Contains the list of dependencies required to run the project.
- static/: Directory for static files like CSS and JavaScript.
- css/: Contains stylesheets.
- js/: Contains JavaScript files.
- templates/: Directory for HTML templates used in rendering views.
- language.json: Configuration file for language settings.
To install the required packages, run:
pip install -r requirements.txt
To run the application, execute:
python app.py
Visit http://127.0.0.1:5000 in your web browser to access the application.