NOTE : make sure you have Google Cloud Vision API key file exported to path.
- run
git clone https://github.com/historia-inout/backend.git
- open the cloned folder in terminal
virtualenv venv
source venv/bin/activate
pip install -r requirements
cd mysite
python manage.py migrate
python manage.py runserver
The Chrome Extension is build using React.
- run
git clone https://github.com/historia-inout/historia-extension
- open the cloned folder in terminal
yarn install
yarn run build
- enable developer mode in your extensions page of google chrome
- load the build folder to install the extension
- Let users query through their history
- Users can search for any text as well as images(using the description)
- Provides a summary of the website results that the user requests for.
- Add video content searching functionality
- Provide more privacy to the user by performing everything in the client side.
- Scrape more sites which are now not accessible.
Everyone is open to make any type of contributions to this project. If you find any bugs or need any features to be added you are free to create an issue and if you are able to solve the issue we'll be happy else we will be solving it.