Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avikumar15/yays-bot-server
https://github.com/avikumar15/yays-bot-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/avikumar15/yays-bot-server
- Owner: avikumar15
- Created: 2021-04-18T03:39:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T03:00:48.000Z (12 months ago)
- Last Synced: 2024-10-14T04:08:56.270Z (3 months ago)
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yays Bot
One major issue faced by people everywhere, specially during this COVID period, where people are locked up in their homes is Loneliness and mental pressue. In such situation a mental health chatbot would be a very convenient method.
This repository contains code for the backend and model. The model contains an implementation of a **Feed Forward Neural Network** with 2 hidden layers and the backend is developed using a **Flask framework**. This can be used to serve any kind of frontend frameworks, one such implementation can be found at [yays-bot-app](https://github.com/avikumar15/ai-project-app).
## Installation
```
$ git clone https://github.com/avikumar15/ai-project-app* install dependencies *
cd chatbot_util/
python train.py
```To forward localhost to public URL
```
./ngrok http 5000
```