Skip to content

Bot for kerala startup mission women startup summit and ksum startup schemes for women

Notifications You must be signed in to change notification settings

tinkerhub/kalpana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalpana Women startup scheme bot

What is the tech stack?

SpaceAI is built in python using

  • FastAPI - for the API
  • LangChain - Language model
  • telegram api - for the chatbot
  • FAISS - for the vector database

Setup instructions

cp ops/.env.example ops/.env
  • Create a telegram bot and put the api key in ops/.env file
  • Install the dependencies using pip install -r requirements.txt
  • Create the folder data at the root and upload pdf files to /data folder
  • Run
python core/ingest.py
  • Create file role.json in /data folder and add the roles in the following format
{
   "admin": ["chat_id1", "chat_id2"],
}
  • Make changes to the code for your application
  • Run python tele_bot.py for testing the bot

About

Bot for kerala startup mission women startup summit and ksum startup schemes for women

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published