Git Product home page Git Product logo

beca-api's Introduction

BECA Takımı

BECA ekibi olarak amacımız, NLP projeleri için gerekli veri setlerini hem interaktif bir şekilde kullanıcılardan toplayan, hem de daha sonrasında doğal dil işleme ile bu verileri eşsiz hikayeler yazmak için kullanan Baazi uygulamasını ülkemize kazandırmaktır.

Baazi

Doğal dil işleme bir yapay zeka alt dalıdır ve içinde bir çok dil işleme tekniği bulundurur. Baazi projesindeki asıl amaç, doğal dil işleme için proje geliştiricilerine zenginleştirilmiş veri seti olanağı sağlamaktır.

BECA takımı ve Baazi uygulaması hakkında daha bilgi almak için, tıklayın.

Başlangıç

BECA API, Java programlama dilinde Spring boot ve MongoDB kullanılarak yazılmıştır.

Gereksinimler

API'ı çalıştırabilmek için Java'nın cihazınıza kurulu olduğundan emin olun.

API'ın database'e bağlanabilmesi için BECA_MONGO_URL çevre değişkenini (environment variable) sisteminize eklemeniz gerekmektedir.

API'ın geçerli JWT anahtarları üretebilmesi için bir gizli anahtar (secret key) belirlemeniz ve bunu BECA_JWT_KEY çevre değişkeni (environment variable) olarak sisteminize eklemeniz gerekmektedir.

BECA API'ı dokku veya benzeri (heroku) sistemler üzerine çalıştırmanız ve database olarak Atlas MongoDB veya benzeri sistemler kullanmanız önerilir.

Kurulum

BECA API'ı heroku üzerinde kurulum işlemini gerçekleştirmek gerçekleştirmek çok kolay. İlk yapmanız gereken bir heroku hesabı oluşturmanız ve sisteminize Heroku CLI'ı kurmanız.

Ardından cihazınızdan kullanıcı girişi yapmak için heroku login komutu vermeniz yeterli olucaktır.

Bunun ardından git için gerekli komutları girmeniz gerekmektedir.

git init
git add .
git commit -m "first commit"

VSC için gerekli komutları verdikden sonra Heroku ayarlarını yapmaya geçebilirsiniz.

heroku create <app-name>
heroku config:set BECA_MONGO_URL="<AtlasMongoDBURL>"
heroku config:set BECA_JWT_KEY="<AppJWTSecretKey>"
heroku config:set BECCA_BOT_URL="<BeccaBotAPIURL>"
heroku config:set BECCA_BOT_TOKEN="<BeccaBotAuthToken>"
heroku git:remote -a <app-name>

Heroku için gerekli ayarları yaptıkdan sonra git push heroku master komutunu girmeniz yeterli olucaktır.

API'ı kullanabilmek için gerekli tüm endpoint'ler ve açıklamalarına buradan ulaşabilirsiniz.

Lisans

MIT License

beca-api's People

Contributors

hahahayesss avatar isilsanusoglu avatar teambeca avatar

Stargazers

 avatar

Watchers

 avatar

beca-api's Issues

Report the question

  • Kötü dil kullanımı
  • Anlam bütünlüğü eksik
  • Diğer
Diğer

Max 200 karakter uzunluğunda yazı yazabileceği bir alan

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.