Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 680 Bytes

File metadata and controls

41 lines (32 loc) · 680 Bytes

A web application for generating custom newsletters on latest news and research that matches your interest.

Prerequisites

  • Python 3.11.0 or higher
  • pip (Python package installer)

Installation

  1. Clone the repository:
git clone https://github.com/shivamrawat1/Advosub.ai.git
  1. Navigate to the project directory:
cd Advosub.ai
  1. Create and activate a virtual environment:
  • On Mac:
python -m venv venv
source venv/bin/activate
  • On Windows:
python -m venv venv
venv\Scripts\activate
  1. Install the required packages:
pip install -r requirements.txt
  1. Run the application:
pip python app.py