Skip to content

Python AI Chat Bot for answering questions related to my resume.

Notifications You must be signed in to change notification settings

Iliaromanov/Resume-Chatbot-Model

Repository files navigation

Resume-Chat-Bot

The machine learning model development behind my Python AI Chatbot for answering questions related to my resume.

This repo is for the CLI based version of the Chatbot. It shows the development, training, and selection process of the models and NLP pipelines. The CLI chatbot responses utilize and display the results from each of the existing models as opposed to only using the most accurate model.

The web app repo for this project can be found at https://github.com/Iliaromanov/Resume-Chatbot-WebApp

The repo for the NLP pipeline API I built as a microservice for this project's web app utilizing the NLP pipelines developed in this repository can be found at https://github.com/Iliaromanov/nlp-pipeline-API

Python Tensorflow Keras Scikit NLTK

Installation and Setup for CLI Usage

git clone https://github.com/Iliaromanov/Resume-Chat-Bot.git

cd Resume-Chatbot-Model

pip install -r requirements.txt

python main.py

About

Python AI Chat Bot for answering questions related to my resume.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published