Code Monkey home page Code Monkey logo

zense's Introduction

zenes

zenes is a searcher powered by AI

What does zenes do?

first, on the home page, you search for some keyword
and then zenes first searches it on Wikipedia and get some article and image about that
and then we ask chat GPT to get us some summary and articles about things we got on Wikipedia
and instead of searching for a topic on several sites, the user can find general information about it on our website

And with this, you can save time and easily get information about your subject

After all these tasks, the keyword, the address of the photo we got from Wikipedia, and the number of search visits are stored in the database, and a cache of search results that includes a summary of the text, article, and photo is stored for up to 24 hours.

home

Other sections:

  • API
  • Make post
  • Dashboard
  • Documentation
  • Top posts
  • Top searches
  • About us
  • Contact us

API

In the api section, we offer:

  • /api/searches : To get all the searches done in the program
  • /api/top_search : To get top searches on week
  • /api/GetSearch/{key_word} : To get a specific search whose cache is available
    we use this in the home page to Ajax get search , for example, somebody searches apple and cache is available and next when you type apple in home page you do not need to go to search page and you can see summery about that on home page
  • /api/search/{key_word} : It searches for the keyword in Wikipedia and chat GPT. The main task of the program
    we use this on the search page for example when you search apple you are redirected to the search page and in the search page we use Axios to request this API and return results
  • /api/postes : To get all posts in app
  • /api//top_post : To get top posts on week
  • /api//post/{name} : Get a specific post
  • /api/chat/{text} : chat whit chat GPT
    We use this on the post creation page so that if you don't know something, chat GPT will explain it in your text.
    For example, you are writing a post about the Milky Way, but in a part of the text you need to explain a little about the solar system, but you don't know it, don't worry, chat GPT will help you and explain it in your text.
  • /api/translate/{language}/{text} : to translate some text whit GoogleTranslate
    We use this on the search page so you can translate search results into different languages

Make post

You can create content on various topics and if you encounter a problem, chat GPT will help you

Dashboard

in the dashboard, you can make posts, search, read the documentation, and edit your profile

Documentation

Application api documentation

Top posts

see the top posts of the week and if you like read it

Top searches

see the top searches of the week and if you like read it

About us

Information about the program and its developer

Contact us

Ways of communication with the developer



To see sample photos from the program, please go to the screenshot directory

note

in /app/Http/Controllers/ApiController.php on line 67,115 push your open AI API keys

zense's People

Contributors

0izady avatar

Stargazers

Arshiamohammadi avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.