This is an Autonomous AI newsletter system. This system utilizes AI technologies to search for relevant articles from Google News, extract the content using web scraping techniques, summarize the articles using GPT-3 and provides email functionality to distribute the summarized articles to a list of subscribers. To learn more, see this medium article: https://anote-ai.medium.com/case-study-autonomous-ai-newsletter-7a20a7ada73e
git clone https://github.com/nv78/Anote-AutonomousNewsletter.git
cd back-end
pip3 install -r requirements.txt
export APP_ENV=local
flask run
change the default_referrer to localhost:3000, and initialize the development database with python3 init_db_dev.py
cd my-app
npm install
npm start