Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darishsfit/safesearch
https://github.com/darishsfit/safesearch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/darishsfit/safesearch
- Owner: darishSFIT
- Created: 2024-06-13T19:16:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T19:22:00.000Z (8 months ago)
- Last Synced: 2024-11-03T21:40:29.128Z (3 months ago)
- Language: HTML
- Size: 473 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SafeSearch
#### A search engine web application made using python django framework that allows the user to search for content throught the internet.
### Features:
- I'm Feeling Lucky (random website)
- Voice Assistant
- File Search
- Account Creation## Setup
### Download
Either download zip file or use `git clone`:```git clone https://github.com/darishSFIT/SafeSearch.git```
```cd SafeSearch```
### Install Dependencies
```pip install -r requirements.txt```
Verify installation of all dependencies using `pip list`. If a dependecy is missing (mainly in `views.py`, manually install it using `pip`)
Some important modules are:
- `pip install django`
- `pip install django-heroku`
- `pip install wikipedia`
- `pip install pyttsx3`
- `pip install speechRecognition`
- `pip install bs4`
- `pip install pySimpleGUI`
- `pip install pyAudio`
### To run the project
```python manage.py runserver```
click on the development server link `http://127.0.0.1:8000/` (CTRL + Left click) to open in browser
### Screenshots
Homepage
Search Results
Login
Sign Up
File Search