Skip to content

anote-ai/Autonomous-AI-Newsletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

344 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anote-AutonomousNewsletter

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

To run the locally you should:

Clone this repo to your local machine

git clone https://github.com/nv78/Anote-AutonomousNewsletter.git

To run the Backend

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

To run the Frontend

cd my-app
npm install
npm start

About

Autonomous AI Newsletter to Send AI Updates Each Day

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors