Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreGazagnes committed Jan 11, 2024
2 parents e994ffb + 480b542 commit 45c4990
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 18 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# 2024-01-11 - 0.2.1 - Structure Repo cleaning

## Update
- [x] Disable CD support
- [x] Restruct the project, drop useless files

# 2024-01-10 - 0.2.0 - True implementation of LLM

## Update
- [x] LLM implementation
- [x] LLM implementation for correct prediction
- [x] LLM implementation for grammar explanation


# 2024-01-10 - 0.1.0 - First Public Release
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ Core features are :
- Jalait is able to help you find words, fixing your pronunciation, and give you feedback on your speech
- Jalait is able to develop a long term relationship with you, and adapt to your langauge needs

**Any references to Jarvis is entirely accidental*
**Any references to Jarvis is entirely accidental*

## Access

Please visit the [Jalait Project](https://jalait.streamlit.app/) website for more information.
Empty file removed api/__init__.py
Empty file.
1 change: 0 additions & 1 deletion data/text-to-speech.txt

This file was deleted.

Empty file removed docker-compose.yml
Empty file.
Empty file removed docs/README.md
Empty file.
2 changes: 1 addition & 1 deletion jalait/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.2.0"
__VERSION__ = "0.2.1"
File renamed without changes.
File renamed without changes.
Empty file removed notebooks/README.md
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "the-jalait-project"
version = "0.2.0"
version = "0.2.1"
description = "Just Another Learning AI Tool"
authors = ["AlexGazagnes"]
license = "GNU GPLv3"
Expand Down
13 changes: 0 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
pandas==2.1.4
fastapi==0.108.0
uvicorn==0.25.0
sqlalchemy==2.0.25
requests==2.31.0
openai==1.6.1
python-dotenv==1.0.0
pyscopg2==66.0.2
httpx==0.26.0
pandarallel==1.6.5
transformers==4.36.2
pytest==7.4.4
# tensorflow==2.0
pytube==15.0.0
youtube-transcript-api==0.6.2
streamlit==1.29.0
Empty file removed ressources/README.md
Empty file.
Empty file removed sandbox/README.md
Empty file.
Empty file removed tmp/README.md
Empty file.
File renamed without changes.

0 comments on commit 45c4990

Please sign in to comment.