SumAI is a Google Chrome extension that transforms any website into an interactive knowledge source. While you browse, SumAI intelligently extracts and processes content, allowing you to ask questions and receive instant, AI-powered answers tailored to the specific page you're viewing.
start server.py from SumAI directory
python 3.12.3 python -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
pip freeze > requirements.txt