Skip to content

alexisseurin/ai-site_description-chrome-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Description Teller

image

What is it?

This Chrome extension tells you what a website is about before you visit it. It's like having a quick preview or a summary of the site's content.

How does it work?

It uses AI to read the website's content and gives you a brief description. Here's how it's set up:

  • Backend with FastAPI: This part talks to the AI service to get the website descriptions.
  • Chrome Extension Frontend: This is what you interact with in your browser.

Features

  • Get quick summaries of websites with a click.
  • Powered by AI for accurate descriptions.
  • Simple and easy to use.

How to start using it

  1. Clone this repo to your computer
git clone https://github.com/Ahmet-Dedeler/ai-site_description-chrome-extension.git
  1. Create a virtual environment
python -m venv openai-env

# Activate virtual environment (Linux/Mac)
source openai-env/bin/activate

# Activate virtual environment (Windows)
openai-env\Scripts\activate
  1. Set up the backend by installing required packages
pip install -r requirements.txt
  1. Create a .env file

  2. Run the FastAPI server

uvicorn main:app --reload
  1. Load the extension in Chrome by going to chrome://extensions/, turning on Developer mode, and loading the frontend folder.

How to help out

If you have ideas for improvements or find a bug, feel free to contribute. Your input helps make this tool better for everyone.

License

This project is open-source under the MIT License. You're free to use, change, and share it.

About

AI Powered descriptions for any website, powered by GPT-4o

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.5%
  • HTML 27.5%
  • JavaScript 24.7%
  • CSS 8.3%