Skip to content

shetty1845/InfoByte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Project

This is a Flask project that includes various functionalities such as news summarization, analysis, media summarization, and translation.

Project Structure

  • 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.

Installation

To install the required packages, run:

pip install -r requirements.txt

Usage

To run the application, execute:

python app.py

Visit http://127.0.0.1:5000 in your web browser to access the application.

About

The news barrier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors