Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darishsfit/safesearch


https://github.com/darishsfit/safesearch

Last synced: about 1 month ago
JSON representation

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


homepage


Search Results


search results


Login


login


Sign Up


sign up


File Search


file search