Skip to content

rudranshsharma123/Bokuno-Basketball-FrontEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bokuno-Basketball-FrontEnd

The Backend is made using Jina, which is a cloud-native neural search framework for 𝙖𝙣𝙮 kind of data. Visit the GitHub repo to get started

Backend steps (in case you are here before doing the backend)

Clone the Repository

     https://github.com/rudranshsharma123/Bokuno-Basketball-Backend.git

Install the Requirements

    pip install -r requirements.txt

Running the backend

  • First, you need to index the main search app so
    $ python3 app.py -t index
  • Now you need to run the app to accept queries
    $ python3 app.py -t query_restful
  • Now that the main app is accepting traffic, you need to run the chatbot app
    $ cd JIna Chatbot
    $ python3 app.py
  • Now The jina side is done. You now need to run the flask server which links everything together and provides a single endpoint for the frontend
    $ cd flask
    $ python3 server.py
  • It's done. One last thing to ensure is that, edit the endpoints of Jina in the server. Your IP might change so make sure it is set correctly for the app to work

Frontend Steps

Clone this repo and run it in any emulator. I haven't made the apk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published