Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryblessed/aischolarconnect
https://github.com/jerryblessed/aischolarconnect
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerryblessed/aischolarconnect
- Owner: Jerryblessed
- License: mit
- Created: 2023-12-06T01:47:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-06T04:21:16.000Z (12 months ago)
- Last Synced: 2023-12-07T03:07:19.856Z (12 months ago)
- Language: Python
- Size: 7.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [AI Scholar Connect π ](http://jerryblessed.pythonanywhere.com/)
Simple blog app built with Flask.
[Contact](mailto:[email protected])### [Demo Video πΊ](https://youtu.be/-vv_lLoM-lI)
| [Desktop](https://github.com/Jerryblessed/Softwarebank/tree/master/images/desktop) | [Mobile](https://github.com/Jerryblessed/Softwarebank/tree/master/images/mobile) |
| :-----------------------------------------------------------------------------: | :---------------------------------------------------------------------------: |
| ![appDesktop](/images/desktop/light.png) | ![appMobile](/images/mobile/light.jpeg) |
| ![appDesktop](/images/desktop/dark.png) | ![appMobile](/images/mobile/dark.jpeg) |[click for more imagesπ·](https://github.com/Jerryblessed/Softwarebank/tree/master/images)
## Features π«
| Feature | Status |
| :--------------------- | :----: |
| Azure deployment | β |
| Azure data base feaute | β |
| Azure AI | β |
| Google generative AI | β |
| User Page | β |
| User Login | β |
| User Points | β |
| User Delete | β |
| User Log Out | β |
| User Sign Up | β |
| User Name Change | β |
| User Settings Page | β |
| User Profile Pictures | β |
| Admin Panel | β |
| Dashboard Page | β |
| Password Reset | β |
| Password Change | β |
| Summer Note Editor | β |
| Search Bar | β |
| Post Edit | β |
| Post Views | β |
| Post Delete | β |
| Post Creation | β |
| Comment | β |
| Comment Delete | β |
| Logging | β |
| Debug Messages | β |
| Database Checker | β |
| Dark/Light Themes | β |
| Responsive Design | β |
| Custom Profile Picture | β |
| User Verification | β |##
Requirements π¦- Flask
- Passlib
- WTForms
- Flask-WTF
- Google-generative-AI api
- Flaskwebgui ( if you run desktop.py )
- Python 3.10 or newer## Installation guide on Windows local machine β¬οΈ
download source code from Github πΎ
`git clone https://github.com/Jerryblessed/aischolarconnect.git`go to directory π
`cd softwarebank`install requirements.txt π½
`pip install -r requirements.txt`it's ready to run π
`python app.py`
or
`python desktop.py`
for run flaskBlog as a desktop app π―
## Installation guide on Azure cloud web app creation β¬οΈ
clone repositoryGo to the Azure
Signup and Login
click on 'create a resource'
click on 'create Web App'
Select code radio button for 'publish'
Fill in instance name
Select runtime stack as Python3.11
create database as MySQL πΎ
configure github and select repo which contains the code
Review and create project π
wait for it to build then run the app using the created projects link π―
## Installation guide to create speech-to-text AI β¬οΈ
click on Azure AI servicesselect 'speech-services' and follow thorugh the step similar to installation guide for web app creation