Coder Social home page Coder Social logo

abhikalpan-hackathon's Introduction

Abhikalpan-Hackathon

Setting up this project on your local machine is really easy.

Installation instructions:

  • Download and install python 3.6 and git
  • Clone using $ git clone https://github.com/Sanji515/Abhikalpan-Hackathon.git && cd Abhikalpan-Hackathon

Run

  • Install virtualenv

    • on Ubuntu: $ sudo apt install python-virtualenv
    • on Windows: $ pip install virtualenv
  • Create a virtual environment

    • on Ubuntu: $ virtualenv venv -p python3.6
    • on Windows: $ virtualenv venv
  • Activate the environment:

    • on Ubuntu: $ source venv/bin/activate
    • on Windows: $ ./venv/Scripts/activate
  • Install the requirements: $ pip install -r requirements.txt

  • Make migrations $ python manage.py makemigrations

  • Migrate the changes to the database $ python manage.py migrate

  • Run the server $ python manage.py runserver

That's it. Open web browser and hit the url http://127.0.0.1:8000

Steps for training model:

1. Prerequisites:

  • IBM Cloud account: If you do not have an IBM Cloud account, you can create an account Click Here .
  • Watson Knowledge Studio account: User must have a WKS account. If you do not have an account, you can create a free account click Here. Make a note of the login URL since it is unique to every login id
  • Basic knowledge of building models in WKS: The user must possess basic knowledge of building model in WKS in order to build a custom model. Check getting started documentation Click Here

2. Create NLU service instance:

  • Step1: Click here to create NLU service and enter the service name
  • Step2: Once you click on Create NLU service instance should get created.

3. Training Your Model:

  • Click Create Workspace in Watson Knowledge Studio
  • In the Create Workspace pop up window, enter the name of the new project. Click Create
  • Click on the workspace you created and on Entity Type Click on Upload and add json file Abhikalpan-Hackathon/Watson_knowlege_Studio/Entities/types-de2a5c20-3cc6-11e9-9a38-235c4e7dcc32.json
  • On Documents Click Upload and select Abhikalpan-Hackathon/Watson_knowlege_Studio/dataset/corpus-de2a5c20-3cc6-11e9-9a38-235c4e7dcc32.zip
  • Click on Annotation Task under Machine Learning model and click on task available
  • Click on Task which is in Not Complete and make each task Complete
  • Click on Versions under Machine learning model and create new version and deploy it to Natural Language Understanding services
  • Click on Performance under Machine learning model and click on Train and Evaluate button which will train the model against the annotations

4. Analyze Results:

  • Run the Abhikalpan-Hackathon/try.py and enter any piece of secret text and the function will analyze the text

abhikalpan-hackathon's People

Contributors

sanji515 avatar bisht09 avatar ari2016047 avatar mrgroot97 avatar sumitcn avatar sksingh55 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.