A web application for generating custom newsletters on latest news and research that matches your interest.
- Python 3.11.0 or higher
- pip (Python package installer)
- Clone the repository:
git clone https://github.com/shivamrawat1/Advosub.ai.git- Navigate to the project directory:
cd Advosub.ai- 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- Install the required packages:
pip install -r requirements.txt- Run the application:
pip python app.py